X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=58159cc5cb35058e0f5ba8ec3f5de6b0f6db1cd1;hb=38b4bf3fec7d93aa252f57270246b3e4ff41cf8d;hp=4ff0c9687de9577369e54cbb935b61605ed562d5;hpb=7927e26b1ec2ef8b787a35d7867bdc40249cd2ee;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index 4ff0c968..58159cc5 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1197,7 +1197,12 @@ void AutoPlayTape() printf("playing tape ... "); TapeStartGamePlaying(); - TapeStartWarpForward(); + + if (global.autoplay_mode == AUTOPLAY_FFWD) + tape.fast_forward = TRUE; + + if (global.autoplay_mode != AUTOPLAY_PLAY) + TapeStartWarpForward(); return; }