remove debugging code

This commit is contained in:
Chris Danford
2003-11-10 01:13:10 +00:00
parent d792a97227
commit ec7bfc6fca
-4
View File
@@ -339,10 +339,6 @@ bool Steps::MemCardData::HighScore::operator>=( const Steps::MemCardData::HighSc
void Steps::MemCardData::AddHighScore( Steps::MemCardData::HighScore hs, int &iIndexOut )
{
int i;
for( i=0; i<(int)vHighScores.size(); i++ )
{
ASSERT( vHighScores[i].sName != RANKING_TO_FILL_IN_MARKER[0] );
}
for( i=0; i<(int)vHighScores.size(); i++ )
{