improved step-based engine snapshots for single-step mode
[rocksndiamonds.git] / src / game.c
index 02861925e981cb2510b22c683f206a60cdef1afa..eeb12767d1a042edb8c334c194e205ea7302501a 100644 (file)
@@ -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();
 }