removed unused function parameters
[rocksndiamonds.git] / src / game_em / game.c
index 8443ff0535dede2d67982d5150138b042a72ec00..cb7a1cbfc09f7b9a4995535ce36c75368b53d0dd 100644 (file)
@@ -82,7 +82,7 @@ void InitGameEngine_EM(void)
   RedrawPlayfield_EM(FALSE);
 }
 
-void GameActions_EM(byte action[MAX_PLAYERS], boolean warp_mode)
+void GameActions_EM(byte action[MAX_PLAYERS])
 {
   int i;
   boolean any_player_dropping = FALSE;