Fixed a double-sound error in when selecting "Starbase Commander"
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1022 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -367,6 +367,7 @@ ExitStarBase:
|
|||||||
pMS->Initialized = FALSE;
|
pMS->Initialized = FALSE;
|
||||||
if (pMS->CurState == TALK_COMMANDER)
|
if (pMS->CurState == TALK_COMMANDER)
|
||||||
{
|
{
|
||||||
|
FlushInput ();
|
||||||
InitCommunication (COMMANDER_CONVERSATION);
|
InitCommunication (COMMANDER_CONVERSATION);
|
||||||
SET_GAME_STATE (GLOBAL_FLAGS_AND_DATA, (BYTE)~0);
|
SET_GAME_STATE (GLOBAL_FLAGS_AND_DATA, (BYTE)~0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user