Use generic names for score values since they are treated genericly by the code.

Theme changes coming...
This commit is contained in:
Chris Danford
2005-10-08 02:10:32 +00:00
parent 1ead066956
commit 0f07808ecc
13 changed files with 738 additions and 22 deletions
+1 -1
View File
@@ -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