turned off select group screen, as we're not using it in the default theme as of now

This commit is contained in:
Mike Calfin
2006-04-30 06:13:11 +00:00
parent 2dfc0c70cf
commit d176107cab
+1 -1
View File
@@ -227,7 +227,7 @@ PrefsManager::PrefsManager() :
m_AutoPlay ( "AutoPlay", PC_HUMAN ),
m_bDelayedBack ( "DelayedBack", true ),
m_bShowInstructions ( "ShowInstructions", true ),
m_bShowSelectGroup ( "ShowSelectGroup", true ),
m_bShowSelectGroup ( "ShowSelectGroup", false ),
m_bShowCaution ( "ShowCaution", true ),
m_bShowNativeLanguage ( "ShowNativeLanguage", true ),
m_bArcadeOptionsNavigation ( "ArcadeOptionsNavigation", false ),