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 4e98517a1..a51dab201 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -1699,7 +1699,7 @@ impHandler0(testInfo) return false; } -impHandler(craftKey) +impHandlerE(craftKey) { #ifdef EATHENA_SUPPORT const int slot = (event.action - InputAction::CRAFT_1); |