Version number on the main menu doesn't blink anymore when the
selection changes. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1482 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -222,7 +222,9 @@ else if (InputState & DEVICE_EXIT) return (FALSE);
|
||||
}
|
||||
if (NewState != pMS->CurState)
|
||||
{
|
||||
BatchGraphics ();
|
||||
DrawRestartMenu (pMS->CurState, NewState, pMS->CurFrame);
|
||||
UnbatchGraphics ();
|
||||
pMS->CurState = NewState;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user