summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index 01ab732e3..d0a9fb512 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -36,7 +36,7 @@ class PlayerHandler
virtual ~PlayerHandler()
{ }
- virtual void attack(int id, bool keep = false) = 0;
+ virtual void attack(int id, bool keep) = 0;
virtual void stopAttack() = 0;
@@ -52,7 +52,7 @@ class PlayerHandler
virtual void setDirection(unsigned char direction) = 0;
- virtual void setDestination(int x, int y, int direction = -1) = 0;
+ virtual void setDestination(int x, int y, int direction) = 0;
virtual void changeAction(Being::Action action) = 0;