Use generic names for score values since they are treated genericly by the code.
Theme changes coming...
This commit is contained in:
@@ -226,7 +226,7 @@ XToString( HoldNoteScore, NUM_HoldNoteScore );
|
||||
HoldNoteScore StringToHoldNoteScore( const CString &s )
|
||||
{
|
||||
// for backward compatibility
|
||||
if ( s == "NG" ) return HNS_LetGo;
|
||||
if ( s == "LetGo" ) return HNS_LetGo;
|
||||
else if( s == "OK" ) return HNS_Held;
|
||||
|
||||
// new style
|
||||
|
||||
Reference in New Issue
Block a user