diff options
Diffstat (limited to 'src/actions/actions.cpp')
-rw-r--r-- | src/actions/actions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index 6ad192223..eb652d9b7 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -1677,7 +1677,7 @@ impHandler0(testInfo) return false; } -impHandlerE(craftKey) +impHandler(craftKey) { const int slot = (event.action - InputAction::CRAFT_1); if (slot >= 0 && slot < 9) |