From b9cb8d24d6b501098d657ec1715574b2718c02f6 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Mon, 30 May 2016 01:11:43 +0200 Subject: [PATCH] removed forcing next screen redraw after handling global animations --- src/anim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anim.c b/src/anim.c index e6c6922e..b9ea8bec 100644 --- a/src/anim.c +++ b/src/anim.c @@ -1258,7 +1258,7 @@ static void DoAnimationExt() for (i = 0; i < NUM_GAME_MODES; i++) HandleGlobalAnim(ANIM_CONTINUE, i); -#if 1 +#if 0 // force screen redraw in next frame to continue drawing global animations redraw_mask = REDRAW_ALL; #endif -- 2.34.1