working on ranking

This commit is contained in:
Chris Danford
2003-01-26 07:33:03 +00:00
parent dffd6052b9
commit 9a104a7b2f
41 changed files with 345 additions and 205 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ void GameState::Reset()
for( int p=0; p<NUM_PLAYERS; p++ )
{
m_LastHighScoreCategory[p] = (HighScoreCategory)-1;
m_LastRankingCategory[p] = (RankingCategory)-1;
m_iLastHighScoreIndex[p] = -1;
}
}