diff --git a/stepmania/src/GameConstantsAndTypes.cpp b/stepmania/src/GameConstantsAndTypes.cpp index bfca1580b7..50408dd4f8 100644 --- a/stepmania/src/GameConstantsAndTypes.cpp +++ b/stepmania/src/GameConstantsAndTypes.cpp @@ -242,7 +242,7 @@ XToString( HoldNoteScore, NUM_HoldNoteScore ); HoldNoteScore StringToHoldNoteScore( const RString &s ) { // for backward compatibility - if ( s == "NG" ) return HNS_LetGo; + if ( s == "NG" ) return HNS_LetGo; else if( s == "OK" ) return HNS_Held; // new style