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
@@ -310,7 +310,7 @@ void ModeSwitcher::ChangeMode(PlayerNumber pn, int dir)
wrap( index, vPossibleStyles.size() );
}
GAMESTATE->m_pCurStyle = vPossibleStyles[index];
GAMESTATE->m_pCurStyle.Set( vPossibleStyles[index] );
}
m_Stylename.SetText(GetStyleName());
m_Nextmode.SetText(GetNextStyleName());