m_bShowCaution and m_bEventMode to Preference

This commit is contained in:
Glenn Maynard
2005-01-30 01:36:20 +00:00
parent 795380601b
commit 25f50a20b7
3 changed files with 8 additions and 11 deletions
+3 -2
View File
@@ -133,14 +133,15 @@ public:
bool m_bAutoPlay;
bool m_bDelayedBack;
bool m_bShowInstructions, m_bShowCaution, m_bShowSelectGroup;
bool m_bShowInstructions, m_bShowSelectGroup;
Preference<bool> m_bShowCaution;
bool m_bShowNativeLanguage;
bool m_bArcadeOptionsNavigation;
enum MusicWheelUsesSections { NEVER, ALWAYS, ABC_ONLY } m_MusicWheelUsesSections;
int m_iMusicWheelSwitchSpeed;
bool m_bEasterEggs;
int m_iMarvelousTiming;
bool m_bEventMode;
Preference<bool> m_bEventMode;
int m_iCoinsPerCredit;
int m_iNumArcadeStages;