rnd-20021230-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 463d76fcc0b12fbdb23037661757d2ef8c054a6b..7dcc7e13e2f33ed66a3e86f5a304da9f14bc865b 100644 (file)
@@ -240,17 +240,19 @@ 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 *execute_command;
+
   boolean serveronly;
   boolean network;
   boolean verbose;
   boolean debug;
-  char *debug_command;
 };
 
 struct VideoSystemInfo