moved requesting game restart to function that checks for game over
[rocksndiamonds.git] / src / main.h
index 26e0570ad0bdc3c62abc727ae35dd98b39372f12..22e63d7f2695290000fb88c15598ea9525521e40 100644 (file)
@@ -2619,7 +2619,7 @@ enum
 #define PROGRAM_VERSION_SUPER          4
 #define PROGRAM_VERSION_MAJOR          3
 #define PROGRAM_VERSION_MINOR          5
-#define PROGRAM_VERSION_PATCH          2
+#define PROGRAM_VERSION_PATCH          3
 #define PROGRAM_VERSION_EXTRA          ""
 
 #define PROGRAM_TITLE_STRING           "Rocks'n'Diamonds"
@@ -3312,6 +3312,7 @@ struct LevelInfo
   int mm_ball_choice_mode;
   int mm_ball_content[MAX_MM_BALL_CONTENTS];
   boolean rotate_mm_ball_content;
+  boolean explode_mm_ball;
 
   // ('int' instead of 'boolean' because used as selectbox value in editor)
   int use_step_counter;                // count steps instead of seconds for level