X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;h=efe66ad90b9784cbebbea7d7d4c235b93f0aaa0a;hb=fdd2829c52e8f4ec204e089b5d35ed5aef50e4e6;hp=4486656ffd7864693ad47dec5923f471bb0c5d24;hpb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index 4486656f..efe66ad9 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -62,7 +62,7 @@ void RedrawPlayfield_SP(boolean force_redraw) BackToFront_SP(); } -void DrawGameDoorValues_SP() +void UpdateGameDoorValues_SP() { game_sp.time_played = TimerVar / FRAMES_PER_SECOND; game_sp.infotrons_still_needed = InfotronsNeeded; @@ -81,8 +81,7 @@ void GameActions_SP(byte action[MAX_PLAYERS], boolean warp_mode) RedrawPlayfield_SP(FALSE); - if (!warp_mode) /* do not redraw values in warp mode */ - DrawGameDoorValues_SP(); + UpdateGameDoorValues_SP(); CheckSingleStepMode_SP(PlayField16[MurphyPosIndex] == fiMurphy, HighByte(PlayField16[MurphyPosIndex]) == 0x2A);