X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fgame.c;h=38016ef7b16fe1c15681bec3dbba179fb3fbbe71;hp=fd344add7c107c033d5b92d260b4745d0cd71b1a;hb=422c23d3171044fdf20ec2a713e2659f265e4890;hpb=6b9e2be7de7ffe7020a0c47a59d717eccdccbceb diff --git a/src/game_em/game.c b/src/game_em/game.c index fd344add..38016ef7 100644 --- a/src/game_em/game.c +++ b/src/game_em/game.c @@ -76,10 +76,6 @@ void InitGameEngine_EM(void) RedrawPlayfield_EM(FALSE); } -static void UpdateGameDoorValues_EM(void) -{ -} - void GameActions_EM(byte action[MAX_PLAYERS], boolean warp_mode) { int i; @@ -103,8 +99,6 @@ void GameActions_EM(byte action[MAX_PLAYERS], boolean warp_mode) if (frame == 6) { logic_globals(); - - UpdateGameDoorValues_EM(); } for (i = 0; i < MAX_PLAYERS; i++)