diff options
-rw-r--r-- | src/net/tmwa/beinghandler.cpp | 2 | ||||
-rw-r--r-- | src/net/tmwa/loginhandler.cpp | 2 | ||||
-rw-r--r-- | src/net/tmwa/npchandler.cpp | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index 23c23c213..3bf62b646 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -1642,7 +1642,7 @@ void BeingHandler::processBeingSelfEffect(Net::MessageIn &msg) BLOCK_END("BeingHandler::processBeingSelfEffect") } -void BeingHandler::processSkillCastCancel(Net::MessageIn &msg A_UNUSED) +void BeingHandler::processSkillCastCancel(Net::MessageIn &msg) { msg.readInt32("skill id"); } diff --git a/src/net/tmwa/loginhandler.cpp b/src/net/tmwa/loginhandler.cpp index 2dbe22da8..6bb484433 100644 --- a/src/net/tmwa/loginhandler.cpp +++ b/src/net/tmwa/loginhandler.cpp @@ -31,8 +31,6 @@ #include "net/tmwa/network.h" #include "net/tmwa/protocol.h" -#include "utils/paths.h" - #include "debug.h" extern Net::LoginHandler *loginHandler; diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp index 74cb9d78f..647642356 100644 --- a/src/net/tmwa/npchandler.cpp +++ b/src/net/tmwa/npchandler.cpp @@ -24,8 +24,6 @@ #include "being/localplayer.h" -#include "gui/viewport.h" - #include "gui/windows/npcdialog.h" #include "net/serverfeatures.h" |