s/RemoveAll/clear/g

This commit is contained in:
Glenn Maynard
2002-10-24 20:15:24 +00:00
parent 85e409b121
commit 5c841f287b
17 changed files with 25 additions and 26 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ void GameState::Reset()
m_bFreeze = 0;
m_apSongsPlayed.RemoveAll();
m_apSongsPlayed.clear();
m_iSongsIntoCourse = 0;
for( p=0; p<NUM_PLAYERS; p++ )
@@ -169,7 +169,7 @@ void GameState::ResetStageStatistics()
{
case PLAY_MODE_ONI:
case PLAY_MODE_ENDLESS:
m_apSongsPlayed.RemoveAll();
m_apSongsPlayed.clear();
break;
}