Oops, remove the hack that should have been removed in r3309

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3330 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-11-20 17:14:20 +00:00
parent 5be8df3e5f
commit 7b5395ae9c
-3
View File
@@ -1248,9 +1248,6 @@ DoGameOptions (MENU_STATE *pMS)
{
case SAVE_GAME:
case LOAD_GAME:
pMS->CurFrame = (FRAME)FadeMusic (0, ONE_SECOND >> 1);
// XXX: what is going on here? A DWORD is cast
// to a FRAME.
return PickGame (pMS);
case QUIT_GAME:
if (ConfirmExit ())