hook up MonkeyInput and DebugLights to debug menu

This commit is contained in:
Chris Danford
2005-05-16 18:17:06 +00:00
parent 9754852418
commit 9de6862130
5 changed files with 22 additions and 11 deletions
+2
View File
@@ -289,6 +289,8 @@ PrefsManager::PrefsManager() :
m_bThreadedInput ( Options, "ThreadedInput", true ),
m_bThreadedMovieDecode ( Options, "ThreadedMovieDecode", true ),
m_bScreenTestMode ( Options, "ScreenTestMode", false ),
m_bDebugLights ( Options, "DebugLights", false ),
m_bMonkeyInput ( Options, "MonkeyInput", false ),
m_sMachineName ( Options, "MachineName", "" ),
m_sIgnoredMessageWindows ( Options, "IgnoredMessageWindows", "" ),
m_sCoursesToShowRanking ( Options, "CoursesToShowRanking", "" ),