added game functionality to use time score for 1 or 10 seconds left
[rocksndiamonds.git] / src / game_em / export.h
index 252a950ffba35ecd6434685b77b4367ce912a28d..c5373fdb8a0af92ed48f1995b8d0d804fe40a384 100644 (file)
@@ -45,9 +45,11 @@ struct GameInfo_EM
   // flags to handle bugs in and changes between different engine versions
   boolean use_single_button;
   boolean use_snap_key_bug;
+  boolean use_random_bug;
   boolean use_old_explosions;
   boolean use_old_android;
   boolean use_old_push_elements;
+  boolean use_old_push_into_acid;
   boolean use_wrap_around;
 };