X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=eeb12767d1a042edb8c334c194e205ea7302501a;hb=ca2a6ad31f7d41df73e3a45800eb92f7924c446c;hp=02861925e981cb2510b22c683f206a60cdef1afa;hpb=686d4883428879e2e882222a6579e376d9e4ac4c;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 02861925..eeb12767 100644 --- a/src/game.c +++ b/src/game.c @@ -15011,6 +15011,8 @@ 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); BackToFront(); }