X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=07f8f82234b23f2a3008e2475ce03a49e058cb25;hp=58159cc5cb35058e0f5ba8ec3f5de6b0f6db1cd1;hb=7ecbe0a730dc19d8a46ffe6bbcb052f20d0c4152;hpb=4c3124b6e2b8454dbf25a30559676bfa1b2a1a87 diff --git a/src/tape.c b/src/tape.c index 58159cc5..07f8f822 100644 --- a/src/tape.c +++ b/src/tape.c @@ -493,7 +493,7 @@ void TapeDeactivateDisplayOff(boolean redraw_display) if (redraw_display) { - RedrawPlayfield(TRUE, 0,0,0,0); + RedrawPlayfield(); DrawGameDoorValues(); } } @@ -1125,7 +1125,9 @@ void AutoPlayTape() else { DrawCompleteVideoDisplay(); + audio.sound_enabled = FALSE; + setup.engine_snapshot_mode = getStringCopy(STR_SNAPSHOT_MODE_OFF); autoplay_leveldir = getTreeInfoFromIdentifier(leveldir_first, global.autoplay_leveldir);