convert prefs to Preference

This commit is contained in:
Glenn Maynard
2005-02-22 04:00:14 +00:00
parent 6c9cc1b273
commit 61d94e97d8
3 changed files with 10 additions and 14 deletions
+2 -2
View File
@@ -143,7 +143,7 @@ public:
int m_iMarvelousTiming;
Preference<bool> m_bEventMode;
int m_iCoinsPerCredit;
int m_iNumArcadeStages;
Preference<int> m_iNumArcadeStages;
// These options have weird interactions depending on m_bEventMode,
// so wrap them.
@@ -173,7 +173,7 @@ public:
bool m_bUseUnlockSystem;
bool m_bFirstRun;
bool m_bAutoMapOnJoyChange;
float m_fGlobalOffsetSeconds;
Preference<float> m_fGlobalOffsetSeconds;
int m_iProgressiveLifebar;
int m_iProgressiveStageLifebar;
int m_iProgressiveNonstopLifebar;