This commit is contained in:
Chris Danford
2004-07-28 16:05:39 +00:00
parent 9da7a69cb1
commit ffc40c312c
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ void ScreenSelect::FinalizeChoices()
FOREACH_PlayerNumber( p )
if( GAMESTATE->IsHumanPlayer(p) )
{
const int sel = GetSelectionIndex( (PlayerNumber)p );
const int sel = GetSelectionIndex( p );
if( m_aModeChoices[sel].m_pStyle )
GAMESTATE->m_pCurStyle = m_aModeChoices[sel].m_pStyle;