dep fixes: move Player's timing prefs into Player; add and

use accessor; fix using SE_ instead of TW_; move code
back into GCAT (was in PrefsMan due to dependency for
SMPackage)
This commit is contained in:
Glenn Maynard
2006-11-21 02:49:59 +00:00
parent 6207f655e5
commit cc0914e9b2
6 changed files with 57 additions and 61 deletions
+12
View File
@@ -199,6 +199,18 @@ HoldNoteScore StringToHoldNoteScore( const RString &s )
}
XToLocalizedString( HoldNoteScore );
static const char *TimingWindowNames[] = {
"W1",
"W2",
"W3",
"W4",
"W5",
"Mine",
"Attack",
"Hold",
"Roll",
};
XToString( TimingWindow );
static const char *MemoryCardStateNames[] = {
"ready",