default DancingCharacters to random, not off

This commit is contained in:
Chris Danford
2005-09-29 06:30:09 +00:00
parent 7ca3c3c6aa
commit 1c9f10be42
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ PrefsManager::PrefsManager() :
m_bAutogenGroupCourses ( "AutogenGroupCourses", true ),
m_bBreakComboToGetItem ( "BreakComboToGetItem", false ),
m_bLockCourseDifficulties ( "LockCourseDifficulties", true ),
m_ShowDancingCharacters ( "ShowDancingCharacters", CO_OFF ),
m_ShowDancingCharacters ( "ShowDancingCharacters", SDC_Random ),
m_bUseUnlockSystem ( "UseUnlockSystem", false ),
m_bAutoMapOnJoyChange ( "AutoMapOnJoyChange", true ),
m_fGlobalOffsetSeconds ( "GlobalOffsetSeconds", 0 ),