summaryrefslogtreecommitdiff
path: root/src/touchactions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchactions.cpp')
-rw-r--r--src/touchactions.cpp21
1 files changed, 2 insertions, 19 deletions
diff --git a/src/touchactions.cpp b/src/touchactions.cpp
index f0b46a31f..ac3e45699 100644
--- a/src/touchactions.cpp
+++ b/src/touchactions.cpp
@@ -141,31 +141,14 @@ impHandler0(padUp)
moveChar(50, 50);
}
-impHandler(attackClick)
+impHandler0(attackClick)
{
ActionManager::targetAttack(tempEvent);
}
-impHandler(attackUp)
-{
-}
-
-impHandler(attackOut)
-{
-}
-
-impHandler(cancelClick)
+impHandler0(cancelClick)
{
ActionManager::stopAttack(tempEvent);
if (!player_node->getTarget())
ActionManager::sit(tempEvent);
}
-
-impHandler(cancelUp)
-{
-}
-
-impHandler(cancelOut)
-{
-}
-