fix string position mismatch

This commit is contained in:
Chris Danford
2004-08-30 22:43:30 +00:00
parent 1f1b24b7b1
commit 1bf9c5e6b3
+1 -1
View File
@@ -104,8 +104,8 @@ XToThemedString( TapNoteScore );
static const CString HoldNoteScoreNames[NUM_HOLD_NOTE_SCORES] = {
"None",
"OK",
"NG",
"OK",
};
XToString( HoldNoteScore );
StringToX( HoldNoteScore );