X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgraphics.c;h=fee2a181d70aaf8cf42808d3f444beee21328bb8;hb=d0a7080670f9a2fa96138cf1c06708016a42d615;hp=727b2b84ae536f5d8246600e8669aacdbc3d4bc7;hpb=fbcd2713a89a7736e43b46e0962c924ed8721785;p=rocksndiamonds.git diff --git a/src/game_em/graphics.c b/src/game_em/graphics.c index 727b2b84..fee2a181 100644 --- a/src/game_em/graphics.c +++ b/src/game_em/graphics.c @@ -760,6 +760,10 @@ void RedrawPlayfield_EM(boolean force_redraw) screen_y = screen_y_old; } + // skip redrawing playfield in warp mode or when testing tapes with "autotest" + if (DrawingDeactivatedField()) + return; + animscreen(); for (i = 0; i < MAX_PLAYERS; i++)