broadcast on style change

This commit is contained in:
Chris Danford
2005-05-07 08:34:20 +00:00
parent ac5a2748e6
commit 16818e54c8
15 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ ScreenDemonstration::ScreenDemonstration( CString sName ) : ScreenJukebox( sName
void ScreenDemonstration::Init()
{
GAMESTATE->m_pCurStyle = GAMEMAN->GetDemonstrationStyleForGame(GAMESTATE->m_pCurGame);
GAMESTATE->m_pCurStyle.Set( GAMEMAN->GetDemonstrationStyleForGame(GAMESTATE->m_pCurGame) );
GAMESTATE->m_PlayMode = PLAY_MODE_REGULAR;