added option to rotate newly created gray ball content for MM engine
[rocksndiamonds.git] / src / game_mm / export.h
index 8b92ab0a0a135cff67ae86e80328b6708bc458a7..7f31d68cdb2eeb741e6b8b06d5c166049997a12e 100644 (file)
@@ -179,6 +179,7 @@ struct LevelInfo_MM
   int num_ball_contents;
   int ball_choice_mode;
   int ball_content[MM_MAX_BALL_CONTENTS];
+  boolean rotate_ball_content;
 
   short field[MAX_PLAYFIELD_WIDTH][MAX_PLAYFIELD_HEIGHT];
 };