missing redirs

This commit is contained in:
Andrew Livy
2003-01-26 18:51:26 +00:00
parent 4576322801
commit a649abe852
+1 -1
View File
@@ -81,7 +81,7 @@ void GameState::Reset()
m_PlayerOptions[p] = PlayerOptions();
m_SongOptions = SongOptions();
for( int p=0; p<NUM_PLAYERS; p++ )
for( p=0; p<NUM_PLAYERS; p++ )
{
m_LastRankingCategory[p] = (RankingCategory)-1;
m_iLastHighScoreIndex[p] = -1;