diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-12 19:12:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-12 19:12:15 +0300 |
commit | 814e88e5ca69bc54837be27429dbf42dd41f7ac6 (patch) | |
tree | 301671c06b758239f9b05b3a0e4f2774e5ab3a9e /src/net/eathena/playerhandler.h | |
parent | 261b8ab980d442d0cf1b06df244388d65f431301 (diff) | |
download | plus-814e88e5ca69bc54837be27429dbf42dd41f7ac6.tar.gz plus-814e88e5ca69bc54837be27429dbf42dd41f7ac6.tar.bz2 plus-814e88e5ca69bc54837be27429dbf42dd41f7ac6.tar.xz plus-814e88e5ca69bc54837be27429dbf42dd41f7ac6.zip |
Move being action into separate file.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r-- | src/net/eathena/playerhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index 087c42973..3881150cb 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -50,7 +50,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler void setDirection(const unsigned char direction) const override final; void setDestination(const int x, const int y, const int direction) const override final; - void changeAction(const Being::Action &action) const override final; + void changeAction(const BeingAction::Action &action) + const override final; void updateStatus(const uint8_t status) const override final; static void processPlayerShortcuts(Net::MessageIn &msg); |