Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
const fix
  • Loading branch information
Sergeanur committed Oct 27, 2019
1 parent 7b26bfd commit ce53c4a00a394b49d2f16d3f5039c2071296721b
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/ControllerConfig.h
@@ -117,7 +117,7 @@ class CControllerConfigManager
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];

0 comments on commit ce53c4a

Please sign in to comment.