rnd-20021223-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 463d76fcc0b12fbdb23037661757d2ef8c054a6b..a28c03503dbe6ce54de1a8a6d07ba1dbc81f6353 100644 (file)
@@ -240,16 +240,20 @@ struct OptionInfo
   char *display_name;
   char *server_host;
   int server_port;
+
   char *ro_base_directory;
   char *rw_base_directory;
   char *level_directory;
   char *graphics_directory;
   char *sounds_directory;
   char *music_directory;
+  char *autoplay_leveldir;
+
   boolean serveronly;
   boolean network;
   boolean verbose;
   boolean debug;
+
   char *debug_command;
 };