found 752494 rocksndiamonds/3.3.0.1+dfsg1-2.2
tags 752494 + patch
thanks

Hi,

here is the corresponding patch.

Thanks

Andreas
Allow command line options (Closes: #752494).

--- a/debian/start_binary.sh
+++ b/debian/start_binary.sh
@@ -4,7 +4,7 @@
 
 
 if test -d $LEVEL_DIR/levels; then
-	exec /usr/games/rocksndiamonds-bin
+	exec /usr/games/rocksndiamonds-bin "$@"
 else
 	echo "Game data not installed!"
 	echo

Reply via email to