Default setting for "Ignore Joy Axes" is now ON. Fixed crash in Para demonstation.

This commit is contained in:
Chris Danford
2002-10-08 00:24:46 +00:00
parent 888e937b83
commit 838dec544b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ PrefsManager::PrefsManager()
m_iDisplayResolution = 640;
m_iTextureResolution = 1024;
m_iRefreshRate = RageDisplay::REFRESH_DEFAULT;
m_bIgnoreJoyAxes = false;
m_bIgnoreJoyAxes = true;
m_bOnlyDedicatedMenuButtons = false;
#ifdef _DEBUG
m_bShowStats = true;