mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
KEYMAPPER: Fix off-by-one error with keymapper action names
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Common {
|
||||
struct HardwareInput;
|
||||
class Keymap;
|
||||
|
||||
#define ACTION_ID_SIZE (4)
|
||||
#define ACTION_ID_SIZE (5)
|
||||
|
||||
struct KeyActionEntry {
|
||||
const KeyState ks;
|
||||
|
||||
Reference in New Issue
Block a user