diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-11-09 16:17:54 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-11-12 23:34:28 +0100 |
commit | be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587 (patch) | |
tree | 3f802ec81aa739a423db3946f70244bfca0c536f /src/core/Pad.h | |
parent | fixes (diff) | |
download | re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.gz re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.bz2 re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.lz re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.xz re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.zst re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.zip |
Diffstat (limited to 'src/core/Pad.h')
-rw-r--r-- | src/core/Pad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pad.h b/src/core/Pad.h index 89ec4aa2..eadbd299 100644 --- a/src/core/Pad.h +++ b/src/core/Pad.h @@ -166,7 +166,7 @@ public: static CKeyboardState &OldKeyState; static CKeyboardState &NewKeyState; static CKeyboardState &TempKeyState; - static char KeyBoardCheatString[18]; + static char KeyBoardCheatString[20]; static CMouseControllerState &OldMouseControllerState; static CMouseControllerState &NewMouseControllerState; static CMouseControllerState &PCTempMouseControllerState; |