added command line options for level identifier/nr for tape tests/uploads
[rocksndiamonds.git] / src / libgame / system.h
index 2943e645c14033521ab84e12d65032ffb50dc67c..32180326631362a6aca8a9fe2eed0ad1587fb496 100644 (file)
@@ -1065,6 +1065,8 @@ struct OptionInfo
   char *debug_mode;
 
   char *player_name;
+  char *identifier;
+  char *level_nr;
 
   boolean mytapes;
   boolean serveronly;