summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-21 20:34:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-21 20:34:44 +0300
commit3d9766c9f93b92633ee8157e75aad7b8f89dd15c (patch)
treec35e426ec57220c0bde8f783b0118ace9a6b01ae
parent0fa16439e6419827579d3c4e33e4e6bd6788b9ff (diff)
downloadManaVerse-3d9766c9f93b92633ee8157e75aad7b8f89dd15c.tar.gz
ManaVerse-3d9766c9f93b92633ee8157e75aad7b8f89dd15c.tar.bz2
ManaVerse-3d9766c9f93b92633ee8157e75aad7b8f89dd15c.tar.xz
ManaVerse-3d9766c9f93b92633ee8157e75aad7b8f89dd15c.zip
fix code style.
-rw-r--r--src/net/tmwa/beinghandler.cpp2
-rw-r--r--src/net/tmwa/loginhandler.cpp2
-rw-r--r--src/net/tmwa/npchandler.cpp2
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"