summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2019-10-27 12:46:58 +0100
committerSergeanur <s.anureev@yandex.ua>2019-10-27 12:46:58 +0100
commitce53c4a00a394b49d2f16d3f5039c2071296721b (patch)
treec8f3257bb072dcaf893bf8aac5daf755554fc9f0
parentSimplify CControllerConfigManager::InitialiseControllerActionNameArray (diff)
downloadre3-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
-rw-r--r--src/core/ControllerConfig.h2
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];