add bInvertLook4Pad from VC (doesn't get saved yet)

This commit is contained in:
withmorten
2020-11-05 19:57:13 +01:00
parent 8614f68620
commit bd78b5ff4e
5 changed files with 30 additions and 1 deletions

View File

@@ -170,6 +170,9 @@ public:
static bool bObsoleteControllerMessage;
static bool bOldDisplayNoControllerMessage;
static bool m_bMapPadOneToPadTwo;
#ifdef INVERT_LOOK_FOR_PAD
static bool bInvertLook4Pad;
#endif
static CKeyboardState OldKeyState;
static CKeyboardState NewKeyState;