From b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Apr 2013 20:22:42 +0300 Subject: remove some default values for parameters. --- src/net/tmwa/playerhandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa/playerhandler.h') diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index bc54834f1..8aab78738 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -42,7 +42,7 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler void handleMessage(Net::MessageIn &msg); - void attack(int id, bool keep = false); + void attack(int id, bool keep); void stopAttack(); void emote(uint8_t emoteId); @@ -51,7 +51,7 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler void pickUp(const FloorItem *floorItem); void setDirection(unsigned char direction); - void setDestination(int x, int y, int direction = -1); + void setDestination(int x, int y, int direction); void changeAction(Being::Action action); void processOnlineList(Net::MessageIn &msg); void requestOnlineList(); -- cgit v1.2.3-70-g09d2