diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index feb3380144..6ea173977b 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -185,7 +185,7 @@ void GameState::ReloadCharacters() if( sCharName == "cvs" ) // the directory called "CVS" continue; // ignore it - if( sCharName.CompareNoCase("default")!=0 ) + if( sCharName.CompareNoCase("default")==0 ) FoundDefault = true; Character* pChar = new Character;