correction for consistency

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2823 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2007-07-28 12:10:21 +00:00
parent 466fdc2259
commit ca29fa8443
+1 -1
View File
@@ -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;