summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-07 20:22:42 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-07 21:38:21 +0300
commitb43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7 (patch)
tree4d3f66fbffd93d0413a839e24d20e7d5b665e68a /src/net/eathena/playerhandler.h
parente7d34cc22d3bfd0dd44b014af1bd5fdc891141aa (diff)
downloadplus-b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7.tar.gz
plus-b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7.tar.bz2
plus-b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7.tar.xz
plus-b43854b65e0c8bdbc37db2a0b6e2e86ebf11e7f7.zip
remove some default values for parameters.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index bdc77c59b..87bd2a7c6 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/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 updateStatus(uint8_t status);