fixed graphical bug with drawing tape controls over closed door
[rocksndiamonds.git] / src / tape.c
index 852b82d77701274131a566cfab4cf807c55eed3b..6987d5d588d8e2b3efe37d576e66d349f3d6ebb8 100644 (file)
@@ -596,6 +596,10 @@ void TapeStartRecording(int random_seed)
 
   SetDrawDeactivationMask(REDRAW_NONE);
   audio.sound_deactivated = FALSE;
+
+  // required here to update video display if tape door is closed
+  if (GetDoorState() & DOOR_CLOSE_2)
+    OpenDoor(GetDoorState() | DOOR_NO_DELAY | DOOR_FORCE_REDRAW);
 }
 
 static void TapeStartGameRecording(void)