fix SM_BeginFadingOut never sent
This commit is contained in:
@@ -187,6 +187,7 @@ void ScreenSelectStyle::MenuStart( PlayerNumber pn )
|
|||||||
m_SubActors[i]->StopTweening();
|
m_SubActors[i]->StopTweening();
|
||||||
|
|
||||||
SCREENMAN->PlayStartSound();
|
SCREENMAN->PlayStartSound();
|
||||||
|
SCREENMAN->SendMessageToTopScreen( SM_BeginFadingOut );
|
||||||
SCREENMAN->SendMessageToTopScreen( SM_AllDoneChoosing );
|
SCREENMAN->SendMessageToTopScreen( SM_AllDoneChoosing );
|
||||||
|
|
||||||
const GameCommand& mc = m_aGameCommands[GetSelectionIndex(pn)];
|
const GameCommand& mc = m_aGameCommands[GetSelectionIndex(pn)];
|
||||||
|
|||||||
Reference in New Issue
Block a user