Changed around player info stuff so it actually makes sense now.

Also... Made it so it reports who'se playing.
This commit is contained in:
Charles Lohr
2004-08-16 06:55:21 +00:00
parent 40f7dc38f1
commit e431570722
3 changed files with 25 additions and 16 deletions
+5
View File
@@ -2,6 +2,7 @@
#include "ScreenSelectStyle.h"
#include "GameManager.h"
#include "GameSoundManager.h"
#include "NetworkSyncManager.h"
#include "ThemeManager.h"
#include "PrefsManager.h"
#include "ScreenManager.h"
@@ -182,6 +183,10 @@ void ScreenSelectStyle::MenuStart( PlayerNumber pn )
for( unsigned i=0; i<m_SubActors.size(); i++ )
m_SubActors[i]->StopTweening();
//Report All Stlye-dependant info
NSMAN->ReportStyle();
SCREENMAN->PlayStartSound();
SCREENMAN->SendMessageToTopScreen( SM_AllDoneChoosing );