From ca29fa8443bd2e741a2032f2cd7786da5bf59634 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sat, 28 Jul 2007 12:10:21 +0000 Subject: [PATCH] correction for consistency git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2823 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/pure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/sdl/pure.c b/sc2/src/sc2code/libs/graphics/sdl/pure.c index b16898782..685c43119 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/pure.c +++ b/sc2/src/sc2code/libs/graphics/sdl/pure.c @@ -258,7 +258,7 @@ static SDL_Rect updated; static void TFB_Pure_Scaled_Preprocess (int force_full_redraw, int transition_amount, int fade_amount) { - if (force_full_redraw) + if (force_full_redraw != TFB_REDRAW_NO) { updated.x = updated.y = 0; updated.w = ScreenWidth;