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:
meep-eep
2005-01-22 22:28:18 +00:00
parent 80d8ec30ec
commit 51eda921a1
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -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;
}
}