convert more prefs to use Preference

This commit is contained in:
Chris Danford
2004-12-04 10:35:50 +00:00
parent 5b880bd707
commit 005a7f5efa
11 changed files with 117 additions and 153 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ MOVE( AutogenGroupCourses, (bool&)PREFSMAN->m_bAutogenGroupCourses );
MOVE( FastLoad, (bool&)PREFSMAN->m_bFastLoad );
/* Background options */
MOVE( BackgroundMode, , PREFSMAN->m_BackgroundMode );
MOVE( BackgroundMode, (int&)PREFSMAN->m_iBackgroundMode );
MOVE( ShowDanger, (bool&)PREFSMAN->m_bShowDanger );
MOVE( DancingCharacters, PREFSMAN->m_ShowDancingCharacters );
MOVE( BeginnerHelper, (bool&)PREFSMAN->m_bShowBeginnerHelper );