X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Ftoons.c;h=b41b93867877e426e0fc0eb0a54ad3d9258ca634;hb=4efce7813f9315cda970e7f48be030c8c108d9f0;hp=c9bf81ccf0eb54d3de8dd65cb6c53e941173f02a;hpb=64f2d5695256ecfd51a6bc183bf806442d0f97ee;p=rocksndiamonds.git diff --git a/src/libgame/toons.c b/src/libgame/toons.c index c9bf81cc..b41b9386 100644 --- a/src/libgame/toons.c +++ b/src/libgame/toons.c @@ -352,7 +352,7 @@ void HandleAnimation(int mode) case ANIM_STOP: if (anim_running) { - redraw_mask |= (REDRAW_FIELD | REDRAW_FROM_BACKBUFFER); + redraw_mask |= REDRAW_FIELD; screen_info.update_function();