rnd-19981123-2
[rocksndiamonds.git] / src / misc.c
index 2c01f36401e0e7eed881a71f23b5e1f4ab2baa3e..88f1cd7719ba53f99210dd0acddeeaa99cd37bcd 100644 (file)
@@ -27,6 +27,9 @@
 #include "random.h"
 #include "joystick.h"
 
+/* maximal allowed length of a command line option */
+#define MAX_OPTION_LEN         256
+
 static unsigned long mainCounter(int mode)
 {
   static struct timeval base_time = { 0, 0 };