rnd-20030327-1-src
[rocksndiamonds.git] / src / main.h
index 5cb0c2256a8eaca7a2ce0423a86e76153c8b8ae5..b75fc447bfa4a5eb6371592522d8ef2a56508ac0 100644 (file)
@@ -935,9 +935,9 @@ struct PlayerInfo
 
   int last_move_dir;
   boolean is_moving;
-
-  boolean is_digging;
   boolean is_waiting;
+  boolean is_digging;
+  boolean is_collecting;
 
   unsigned long move_delay;
   int move_delay_value;
@@ -996,6 +996,7 @@ struct TapeInfo
   int game_version;    /* game release version the tape was created with */
   int engine_version;  /* game engine version the tape was recorded with */
 
+  char *level_identifier;
   int level_nr;
   unsigned long random_seed;
   unsigned long date;