diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-25 23:58:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-25 23:58:16 +0300 |
commit | 482782d74c61e226ed1ce81700708244565291f5 (patch) | |
tree | c955925952f091cdc71af8b1e7f8b3cdabecfa6b /src/net/eathena/beinghandler.h | |
parent | ee12c6e77bd4d34d5fa682361127add32cc1a184 (diff) | |
download | mv-482782d74c61e226ed1ce81700708244565291f5.tar.gz mv-482782d74c61e226ed1ce81700708244565291f5.tar.bz2 mv-482782d74c61e226ed1ce81700708244565291f5.tar.xz mv-482782d74c61e226ed1ce81700708244565291f5.zip |
Add missing checks into net directory.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r-- | src/net/eathena/beinghandler.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h index ba8cf5ce7..cb8707218 100644 --- a/src/net/eathena/beinghandler.h +++ b/src/net/eathena/beinghandler.h @@ -86,7 +86,7 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler Being *const dstBeing, const uint8_t type, const int id, - const int id2); + const int id2) A_NONNULL(2); static void processBeingSpecialEffect(Net::MessageIn &msg); @@ -94,10 +94,6 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler static void processBeingSoundEffect(Net::MessageIn &msg); - static void applyPlayerAction(Net::MessageIn &msg, - Being *const being, - const uint8_t type); - void viewPlayerEquipment(const Being *const being); static void processSkillGroundNoDamage(Net::MessageIn &msg); |