X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;fp=src%2Fgame_sp%2Fmain.c;h=c7239cc80ed0371faa5ef8651877dd5bb75e2418;hb=727d3b5fc7cac6f59652eaa23f1ed9e991ae50bd;hp=3373d46085fe9ddee101e4737914f95f34b39501;hpb=e6b3efaee4f084e66f2fa709402f25fc67536952;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index 3373d460..c7239cc8 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -54,6 +54,10 @@ void InitGameEngine_SP() void RedrawPlayfield_SP(boolean force_redraw) { + // skip redrawing playfield in warp mode or when testing tapes with "autotest" + if (DrawingDeactivatedField()) + return; + if (force_redraw) RestorePlayfield();