Add the note skin pref back in, to change the default skin persistently.

Disable the EX pref; wait to add this until the screen is ready (though it
might be better to just make it a metric).
This commit is contained in:
Glenn Maynard
2003-02-22 00:12:45 +00:00
parent b323f2065c
commit 56559fb29d
4 changed files with 54 additions and 9 deletions
+3
View File
@@ -83,6 +83,9 @@ public:
CString m_sSoundDrivers;
float m_fSoundVolume;
/* Game-specific prefs: */
CString m_sDefaultNoteSkin;
void ReadGlobalPrefsFromDisk( bool bSwitchToLastPlayedGame );
void SaveGlobalPrefsToDisk();