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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user