X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;h=1308353d0ba96f29ea7713681d4861f2fc299ab7;hb=f7cee51ad23b10be242545a6445fddf45accf65d;hp=4da92cd3286972936cdb5a7d8034a621c4f269c6;hpb=c6d59064aa782b8ad71eddac2797fdc50e4858f9;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]++;