removed unused function parameters
[rocksndiamonds.git] / src / game_em / export.h
index 252a950ffba35ecd6434685b77b4367ce912a28d..409a04e43525f8fccdf877aaeb304fe50857e626 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;
 };
 
@@ -106,7 +108,7 @@ void em_close_all(void);
 void InitGfxBuffers_EM(void);
 
 void InitGameEngine_EM(void);
-void GameActions_EM(byte *, boolean);
+void GameActions_EM(byte[MAX_PLAYERS]);
 
 unsigned int InitEngineRandom_EM(int);