X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;fp=src%2Fgame_sp%2Fmain.c;h=1308353d0ba96f29ea7713681d4861f2fc299ab7;hb=359536f46007d1b9148bed9c529056faa91b8aab;hp=4da92cd3286972936cdb5a7d8034a621c4f269c6;hpb=24090f8655f9fbf138c1f9105427728f5c21b0b9;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index 4da92cd3..1308353d 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -86,6 +86,8 @@ void GameActions_SP(byte action[MAX_PLAYERS], boolean warp_mode) if (!warp_mode) /* do not redraw values in warp mode */ DrawGameDoorValues_SP(); + CheckSingleStepMode_SP(PlayField16[MurphyPosIndex] != fiMurphy); + for (x = DisplayMinX; x <= DisplayMaxX; x++) for (y = DisplayMinY; y <= DisplayMaxY; y++) GfxFrame[x][y]++;