diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 17:52:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 17:52:58 +0300 |
commit | 2fc2ae36225bbf7279e5093e236f2c16a674285d (patch) | |
tree | 021c0079ac65029446caccb4f2d9432427c4ce35 /src/net/eathena/npchandler.cpp | |
parent | 6b60e9b14ff3cadcf12e0f487eb7b389fa9c81e4 (diff) | |
download | plus-2fc2ae36225bbf7279e5093e236f2c16a674285d.tar.gz plus-2fc2ae36225bbf7279e5093e236f2c16a674285d.tar.bz2 plus-2fc2ae36225bbf7279e5093e236f2c16a674285d.tar.xz plus-2fc2ae36225bbf7279e5093e236f2c16a674285d.zip |
Fix compilation warnings.
Diffstat (limited to 'src/net/eathena/npchandler.cpp')
-rw-r--r-- | src/net/eathena/npchandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/npchandler.cpp b/src/net/eathena/npchandler.cpp index b22b0d804..3f844a025 100644 --- a/src/net/eathena/npchandler.cpp +++ b/src/net/eathena/npchandler.cpp @@ -61,8 +61,6 @@ NpcHandler::NpcHandler() : void NpcHandler::handleMessage(Net::MessageIn &msg) { - int npcId = 0; - switch (msg.getId()) { case SMSG_NPC_CHOICE: |