From 7b5395ae9cc68807a8737ca1679b01b2f1b61180 Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 20 Nov 2009 17:14:20 +0000 Subject: [PATCH] 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 --- sc2/src/uqm/gameopt.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sc2/src/uqm/gameopt.c b/sc2/src/uqm/gameopt.c index 1ba77674f..f5a524d0e 100644 --- a/sc2/src/uqm/gameopt.c +++ b/sc2/src/uqm/gameopt.c @@ -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 ())