X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=81ac077ad0e57d8d635b96365a6a8d45223e2f03;hb=33843542519f8ddc28d1ad563124b151cf79425c;hp=8739b9f863d96cd935f51afcbe97d8c40a53d6bd;hpb=f1f974498c1691431a5755d917f674c7cf56eb53;p=rocksndiamonds.git 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(); }