X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=72c7cc737aace49afc26e23555fa5004c160f27d;hp=e6fbcdab528e3082dcaca4c7d1cd11b58986d8e0;hb=2d235297197dd0c325184f7fc401d9c5c41c2616;hpb=341dd8cb9d8d33191f3eeda7eba45f02418d2819 diff --git a/src/tape.c b/src/tape.c index e6fbcdab..72c7cc73 100644 --- a/src/tape.c +++ b/src/tape.c @@ -948,7 +948,7 @@ byte *TapePlayAction() if (!tape.playing || tape.pausing) return NULL; - if (tape.pause_before_death) /* STOP 10s BEFORE PLAYER GETS KILLED... */ + if (tape.pause_before_death) /* stop 10 seconds before player gets killed */ { if (!(FrameCounter % 20)) { @@ -969,6 +969,7 @@ byte *TapePlayAction() if (TapeTime > tape.length_seconds - TAPE_PAUSE_SECONDS_BEFORE_DEATH) { TapeTogglePause(TAPE_TOGGLE_MANUAL); + return NULL; } } @@ -987,6 +988,7 @@ byte *TapePlayAction() DrawVideoDisplay(VIDEO_STATE_WARP2_ON, VIDEO_DISPLAY_SYMBOL_ONLY); } } + #if 0 /* !!! this makes things much slower !!! */ else if (tape.warp_forward)