diff options
author | Sergeanur <s.anureev@yandex.ua> | 2019-10-27 12:46:58 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2019-10-27 12:46:58 +0100 |
commit | ce53c4a00a394b49d2f16d3f5039c2071296721b (patch) | |
tree | c8f3257bb072dcaf893bf8aac5daf755554fc9f0 | |
parent | Simplify CControllerConfigManager::InitialiseControllerActionNameArray (diff) | |
download | re3-ce53c4a00a394b49d2f16d3f5039c2071296721b.tar re3-ce53c4a00a394b49d2f16d3f5039c2071296721b.tar.gz re3-ce53c4a00a394b49d2f16d3f5039c2071296721b.tar.bz2 re3-ce53c4a00a394b49d2f16d3f5039c2071296721b.tar.lz re3-ce53c4a00a394b49d2f16d3f5039c2071296721b.tar.xz re3-ce53c4a00a394b49d2f16d3f5039c2071296721b.tar.zst re3-ce53c4a00a394b49d2f16d3f5039c2071296721b.zip |
Diffstat (limited to '')
-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]; |