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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user