fix warning
This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user