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:
@@ -1,4 +1,6 @@
|
||||
Changes towards version 0.4:
|
||||
- Version number in the main menu does not blink anymore when the
|
||||
menu selection is changed (bug #672), from Nic
|
||||
- Massive amount of file restructuring and cleanups. Need many more. - SvdB
|
||||
- Added Intro and Ending slide shows (bug #46); use "-i pc" -Alex
|
||||
- Cross-fades in OpenGL mode with complex scalers fixed (bug #674) -Alex
|
||||
|
||||
@@ -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