summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-23 20:41:50 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-23 20:41:50 +0300
commitbac1df3b9ac0e3327e8de812793d0a18cfd64cba (patch)
tree46cf157684952f5aeccd59875917abb222024df8 /src/net/tmwa/npchandler.h
parent7d60bf1c04fce4ed16144aece76e594e0e217960 (diff)
downloadplus-bac1df3b9ac0e3327e8de812793d0a18cfd64cba.tar.gz
plus-bac1df3b9ac0e3327e8de812793d0a18cfd64cba.tar.bz2
plus-bac1df3b9ac0e3327e8de812793d0a18cfd64cba.tar.xz
plus-bac1df3b9ac0e3327e8de812793d0a18cfd64cba.zip
Add moving camera commands from npc.
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r--src/net/tmwa/npchandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h
index 648b1e5d9..1cfcacb20 100644
--- a/src/net/tmwa/npchandler.h
+++ b/src/net/tmwa/npchandler.h
@@ -66,7 +66,7 @@ class NpcHandler : public MessageHandler, public Ea::NpcHandler
int getNpc(Net::MessageIn &msg, bool haveLength);
- void processNpcCommand(Net::MessageIn &msg);
+ void processNpcCommand(Net::MessageIn &msg, int npcId);
void processLangReuqest(Net::MessageIn &msg, int npcId);