X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=81ac077ad0e57d8d635b96365a6a8d45223e2f03;hp=8739b9f863d96cd935f51afcbe97d8c40a53d6bd;hb=50a408da2e60177326e842a9e7c8e5bf80a9b0e1;hpb=bb3edc0e21cf025eff287bbfe64c437e33c6d84c diff --git a/src/game.c b/src/game.c index 8739b9f8..81ac077a 100644 --- a/src/game.c +++ b/src/game.c @@ -15094,8 +15094,7 @@ void GameUndoRedoExt() DrawCompleteVideoDisplay(); DrawVideoDisplay(VIDEO_STATE_TIME_ON, TapeTime); DrawVideoDisplay(VIDEO_STATE_FRAME_ON, FrameCounter); - DrawVideoDisplay((tape.single_step ? VIDEO_STATE_1STEP_ON : - VIDEO_STATE_1STEP_OFF), 0); + DrawVideoDisplay(VIDEO_STATE_1STEP(tape.single_step), 0); BackToFront(); }