diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2019-10-27 13:46:58 +0200 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2019-10-27 13:46:58 +0200 |
| commit | ce53c4a00a394b49d2f16d3f5039c2071296721b (patch) | |
| tree | c8f3257bb072dcaf893bf8aac5daf755554fc9f0 /src/core/ControllerConfig.h | |
| parent | Simplify CControllerConfigManager::InitialiseControllerActionNameArray (diff) | |
| download | re3-ce53c4a00a394b49d2f16d3f5039c2071296721b.tar.gz | |
const fix
Diffstat (limited to 'src/core/ControllerConfig.h')
| -rw-r--r-- | src/core/ControllerConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ControllerConfig.h b/src/core/ControllerConfig.h index e7abb21d..e04f9583 100644 --- a/src/core/ControllerConfig.h +++ b/src/core/ControllerConfig.h @@ -117,7 +117,7 @@ public: DIJOYSTATE2 m_OldState; DIJOYSTATE2 m_NewState; #endif - wchar m_aActionNames[MAX_CONTROLLERACTIONS][40]; + wchar m_aActionNames[MAX_CONTROLLERACTIONS][ACTIONNAME_LENGTH]; bool m_aButtonStates[MAX_BUTTONS]; char _pad1[3]; tControllerConfigBind m_aSettings[MAX_CONTROLLERACTIONS][MAX_CONTROLLERTYPES]; |
