summaryrefslogtreecommitdiffstats
path: root/src/core/Pad.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-05-22 22:35:19 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-05-22 22:35:19 +0200
commit6e51ed3c53fc3a4acb79f3545d3c4984dcc02b2c (patch)
tree25d4899924a591e4dafd44caf488dd9bf62db95e /src/core/Pad.h
parentMerge remote-tracking branch 'upstream/miami' into miami (diff)
parentMerge pull request #579 from Xinerki/miami (diff)
downloadre3-6e51ed3c53fc3a4acb79f3545d3c4984dcc02b2c.tar
re3-6e51ed3c53fc3a4acb79f3545d3c4984dcc02b2c.tar.gz
re3-6e51ed3c53fc3a4acb79f3545d3c4984dcc02b2c.tar.bz2
re3-6e51ed3c53fc3a4acb79f3545d3c4984dcc02b2c.tar.lz
re3-6e51ed3c53fc3a4acb79f3545d3c4984dcc02b2c.tar.xz
re3-6e51ed3c53fc3a4acb79f3545d3c4984dcc02b2c.tar.zst
re3-6e51ed3c53fc3a4acb79f3545d3c4984dcc02b2c.zip
Diffstat (limited to 'src/core/Pad.h')
-rw-r--r--src/core/Pad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pad.h b/src/core/Pad.h
index ea771f81..ad93fb49 100644
--- a/src/core/Pad.h
+++ b/src/core/Pad.h
@@ -176,7 +176,7 @@ public:
static CKeyboardState OldKeyState;
static CKeyboardState NewKeyState;
static CKeyboardState TempKeyState;
- static char KeyBoardCheatString[20];
+ static char KeyBoardCheatString[30];
static CMouseControllerState OldMouseControllerState;
static CMouseControllerState NewMouseControllerState;
static CMouseControllerState PCTempMouseControllerState;