Fixed inaccurate credits messages on SelectStyle and SelectMode

This commit is contained in:
Chris Danford
2002-10-06 20:30:11 +00:00
parent 1e5d6a64d7
commit 1a40998fb3
4 changed files with 7 additions and 2 deletions
+2
View File
@@ -257,6 +257,8 @@ void ScreenSelectStyle::MenuStart( PlayerNumber pn )
else if( -1!=sCurStyleName.Find("solo") ) SOUND->PlayOnceStreamedFromDir( ANNOUNCER->GetPathTo("select style comment solo") );
m_Menu.TweenOffScreenToMenu( SM_GoToNextScreen );
GAMESTATE->m_bPlayersCanJoin = false;
SCREENMAN->RefreshCreditsMessages();
m_soundSelect.PlayRandom();