added option to rotate newly created gray ball content for MM engine
[rocksndiamonds.git] / src / main.h
index f9a259448c82656ae3ed81bcf1a9e8e7778d2c53..188f00b3dea4c07fd95817a094dcd65cd9f8289e 100644 (file)
@@ -2615,7 +2615,7 @@ enum
 // program information and versioning definitions
 #define PROGRAM_VERSION_SUPER          4
 #define PROGRAM_VERSION_MAJOR          3
-#define PROGRAM_VERSION_MINOR          4
+#define PROGRAM_VERSION_MINOR          5
 #define PROGRAM_VERSION_PATCH          1
 #define PROGRAM_VERSION_EXTRA          ""
 
@@ -3308,6 +3308,7 @@ struct LevelInfo
   int num_mm_ball_contents;
   int mm_ball_choice_mode;
   int mm_ball_content[MAX_MM_BALL_CONTENTS];
+  boolean rotate_mm_ball_content;
 
   // ('int' instead of 'boolean' because used as selectbox value in editor)
   int use_step_counter;                // count steps instead of seconds for level