rnd-20040807-1-src
[rocksndiamonds.git] / src / main.h
index 506fecb570fa0e10e140349b6e14a3286df218ac..0ee2ca27a570731d1acd6e503409b5a9505e8c44 100644 (file)
@@ -1529,6 +1529,8 @@ struct LevelInfo
   boolean use_custom_template; /* use custom properties from template file */
 
   boolean no_valid_file;       /* set when level file missing or invalid */
+
+  boolean changed;             /* set when level was changed in the editor */
 };
 
 struct TapeInfo
@@ -1580,6 +1582,10 @@ struct GameInfo
   int initial_move_delay_value;
   int initial_push_delay_value;
 
+  /* flags to handle bugs in and changes between different engine versions */
+  /* (for the latest engine version, these flags should always be "FALSE") */
+  boolean use_bug_change_when_pushing;
+
   /* variable within running game */
   int yamyam_content_nr;
   boolean magic_wall_active;