From 20e5b0197070c1315fca52c5ffd5c4b4bcba60e6 Mon Sep 17 00:00:00 2001 From: Kevin Slaughter Date: Tue, 9 Sep 2003 09:00:36 +0000 Subject: [PATCH] For some reason, m_bIgnoreJoyAxes was missing...?? Fixed. --- stepmania/src/PrefsManager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/PrefsManager.h b/stepmania/src/PrefsManager.h index bb45c449bc..96ec6087c6 100644 --- a/stepmania/src/PrefsManager.h +++ b/stepmania/src/PrefsManager.h @@ -95,6 +95,7 @@ public: int m_iProgressiveStageLifebar; int m_iProgressiveNonstopLifebar; bool m_bShowBeginnerHelper; + bool m_bIgnoreJoyAxes; CString m_sLanguage; CString m_sDefaultProfile[NUM_PLAYERS]; // directory name of profile on HD