For some reason, m_bIgnoreJoyAxes was missing...?? Fixed.
This commit is contained in:
@@ -95,6 +95,7 @@ public:
|
|||||||
int m_iProgressiveStageLifebar;
|
int m_iProgressiveStageLifebar;
|
||||||
int m_iProgressiveNonstopLifebar;
|
int m_iProgressiveNonstopLifebar;
|
||||||
bool m_bShowBeginnerHelper;
|
bool m_bShowBeginnerHelper;
|
||||||
|
bool m_bIgnoreJoyAxes;
|
||||||
CString m_sLanguage;
|
CString m_sLanguage;
|
||||||
CString m_sDefaultProfile[NUM_PLAYERS]; // directory name of profile on HD
|
CString m_sDefaultProfile[NUM_PLAYERS]; // directory name of profile on HD
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user