From 10a3791564d62a64df9f7c6105c411812d363ab4 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 13 Jul 2006 05:52:56 +0000 Subject: [PATCH] Spacing. --- stepmania/src/GameConstantsAndTypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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