fix warning

This commit is contained in:
Glenn Maynard
2003-10-01 07:50:30 +00:00
parent fabe1ff314
commit 75e1186b15
+1 -1
View File
@@ -84,7 +84,7 @@ void ScreenOptions::Init( InputMode im, OptionRow OptionRows[], int iNumOptionLi
this->ImportOptions();
for( unsigned l=0; l<m_iNumOptionRows; l++ )
for( int l=0; l<m_iNumOptionRows; l++ )
if( m_OptionRow[l].bOneChoiceForAllPlayers )
m_iSelectedOption[PLAYER_2][l] = m_iSelectedOption[PLAYER_1][l];