fix warning

This commit is contained in:
Glenn Maynard
2004-04-08 00:13:29 +00:00
parent 66eec3b63a
commit 3219e9d9f0
+1 -1
View File
@@ -45,7 +45,7 @@ bool ScreenJukebox::SetSong( bool bDemonstration )
if( bDemonstration ) if( bDemonstration )
{ {
split( DIFFICULTIES_TO_SHOW, ",", asBits ); split( DIFFICULTIES_TO_SHOW, ",", asBits );
for( int i=0; i<asBits.size(); i++ ) for( unsigned i=0; i<asBits.size(); i++ )
{ {
Difficulty dc = StringToDifficulty( asBits[i] ); Difficulty dc = StringToDifficulty( asBits[i] );
if( dc != DIFFICULTY_INVALID ) if( dc != DIFFICULTY_INVALID )