cleanup of tape recorder display activation/deactivation
[rocksndiamonds.git] / src / tape.c
index d6c538d9dfd9b6191c180742b993bb2fbed3a8e6..24adbca12074afb8ab928d583a0dc8f99e7827e6 100644 (file)
@@ -675,22 +675,12 @@ void TapeTogglePause(boolean toggle_manual)
 
   DrawVideoDisplayPlayState();
 
-  if (tape.warp_forward)
+  if (tape.deactivate_display)
   {
     if (tape.pausing)
-    {
       TapeDeactivateDisplayOff(game_status == GAME_MODE_PLAYING);
-    }
-    else if (tape.deactivate_display)
-    {
-      TapeDeactivateDisplayOn();
-
-      DrawVideoDisplaySymbol(VIDEO_STATE_WARP_ON);
-    }
     else
-    {
-      DrawVideoDisplaySymbol(VIDEO_STATE_WARP2_ON);
-    }
+      TapeDeactivateDisplayOn();
   }
 
   if (tape.quick_resume)