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
@@ -191,7 +191,7 @@ void ScreenSelect::HandleScreenMessage( const ScreenMessage SM )
{
const int sel = GetSelectionIndex( p );
if( m_aGameCommands[sel].m_pStyle )
GAMESTATE->m_pCurStyle = m_aGameCommands[sel].m_pStyle;
GAMESTATE->m_pCurStyle.Set( m_aGameCommands[sel].m_pStyle );
}
SCREENMAN->RefreshCreditsMessages();
}