summaryrefslogtreecommitdiff
path: root/src/emap/npc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-27 19:29:11 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-27 19:29:11 +0300
commit18757579b1a95e7fdeeaded9e0980ea9b9b65aa2 (patch)
tree3cde5e6f79c1047ff50a504f91719d69ba40ddc1 /src/emap/npc.h
parent7cbf9606d7da6e452893e446a4099b92dc8bf32e (diff)
downloadevol-hercules-18757579b1a95e7fdeeaded9e0980ea9b9b65aa2.tar.gz
evol-hercules-18757579b1a95e7fdeeaded9e0980ea9b9b65aa2.tar.bz2
evol-hercules-18757579b1a95e7fdeeaded9e0980ea9b9b65aa2.tar.xz
evol-hercules-18757579b1a95e7fdeeaded9e0980ea9b9b65aa2.zip
map: duplicate npc view data for each new npc.
This allow use full npc copies in instances. For duplicate npc untested.
Diffstat (limited to 'src/emap/npc.h')
-rw-r--r--src/emap/npc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/npc.h b/src/emap/npc.h
index ea6c77f..35d23de 100644
--- a/src/emap/npc.h
+++ b/src/emap/npc.h
@@ -34,4 +34,7 @@ int enpc_get_var_num(const TBL_NPC *const npc,
int enpc_unload_pre(struct npc_data** ndPtr,
bool *singlePtr);
+struct view_data *enpc_get_viewdata_post(struct view_data *retVal,
+ int class_);
+
#endif // EVOL_MAP_NPC