From a3e5ccde474297ab7c3fb509dcb08c4fc2f9c7be Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Thu, 6 Feb 2020 19:35:24 +0200 Subject: cMusicManager --- src/core/ControllerConfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/ControllerConfig.h') diff --git a/src/core/ControllerConfig.h b/src/core/ControllerConfig.h index e04f9583..458e457c 100644 --- a/src/core/ControllerConfig.h +++ b/src/core/ControllerConfig.h @@ -116,6 +116,8 @@ public: #ifdef __DINPUT_INCLUDED__ DIJOYSTATE2 m_OldState; DIJOYSTATE2 m_NewState; +#else + uint8 ___padd[0x110 * 2]; #endif wchar m_aActionNames[MAX_CONTROLLERACTIONS][ACTIONNAME_LENGTH]; bool m_aButtonStates[MAX_BUTTONS]; -- cgit v1.2.3