fixed pushed objects going into acid in EM engine for old tapes
[rocksndiamonds.git] / src / game_em / export.h
index 4766101bbba223798c96361b7e77fd9575042749..51401e679cc582b19888ed70bdfc3a111419c10a 100644 (file)
@@ -46,6 +46,10 @@ struct GameInfo_EM
   boolean use_single_button;
   boolean use_snap_key_bug;
   boolean use_old_explosions;
+  boolean use_old_android;
+  boolean use_old_push_elements;
+  boolean use_old_push_into_acid;
+  boolean use_wrap_around;
 };
 
 struct LevelInfo_EM