From: Holger Schemel Date: Tue, 31 May 2016 10:29:52 +0000 (+0200) Subject: removed unneeded tape recorder display update X-Git-Tag: 4.0.0.0-rc3~40 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=0b722fa1c111eac25b4ce7606c99369eb0144442 removed unneeded tape recorder display update --- diff --git a/src/tape.c b/src/tape.c index 50838ae6..c0dde519 100644 --- a/src/tape.c +++ b/src/tape.c @@ -851,8 +851,6 @@ byte *TapePlayAction() tape.fast_forward = FALSE; tape.pause_before_death = FALSE; - DrawVideoDisplay(VIDEO_STATE_PBEND_OFF, 0); - TapeStopWarpForward(); TapeTogglePause(TAPE_TOGGLE_MANUAL);