fixed asking to play again in case of tape replaying in MM engine
[rocksndiamonds.git] / src / game_mm / export.h
index 8b92ab0a0a135cff67ae86e80328b6708bc458a7..1cbf0b6a1f4e067ba2cb6431e2f85362109d3ae7 100644 (file)
@@ -179,6 +179,8 @@ struct LevelInfo_MM
   int num_ball_contents;
   int ball_choice_mode;
   int ball_content[MM_MAX_BALL_CONTENTS];
+  boolean rotate_ball_content;
+  boolean explode_ball;
 
   short field[MAX_PLAYFIELD_WIDTH][MAX_PLAYFIELD_HEIGHT];
 };