summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
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 /src/net/tmwa/beinghandler.cpp
parent0fa16439e6419827579d3c4e33e4e6bd6788b9ff (diff)
downloadplus-3d9766c9f93b92633ee8157e75aad7b8f89dd15c.tar.gz
plus-3d9766c9f93b92633ee8157e75aad7b8f89dd15c.tar.bz2
plus-3d9766c9f93b92633ee8157e75aad7b8f89dd15c.tar.xz
plus-3d9766c9f93b92633ee8157e75aad7b8f89dd15c.zip
fix code style.
Diffstat (limited to 'src/net/tmwa/beinghandler.cpp')
-rw-r--r--src/net/tmwa/beinghandler.cpp2
1 files changed, 1 insertions, 1 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");
}