summaryrefslogtreecommitdiff
path: root/src/emap/struct/npcdext.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-27 18:07:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-27 18:07:52 +0300
commit454c1448e30fe9d8cc2e6bc535921b2f7efd58e2 (patch)
treef3b7e3cf2da964ed5ffd3ebb093de5b7cc002077 /src/emap/struct/npcdext.h
parent828bececcd905903535b1e543a5b1dc1581c250d (diff)
downloadevol-hercules-454c1448e30fe9d8cc2e6bc535921b2f7efd58e2.tar.gz
evol-hercules-454c1448e30fe9d8cc2e6bc535921b2f7efd58e2.tar.bz2
evol-hercules-454c1448e30fe9d8cc2e6bc535921b2f7efd58e2.tar.xz
evol-hercules-454c1448e30fe9d8cc2e6bc535921b2f7efd58e2.zip
Add .lang variable to npc for storing language.
Also add hooks to set/get vars.
Diffstat (limited to 'src/emap/struct/npcdext.h')
-rw-r--r--src/emap/struct/npcdext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/struct/npcdext.h b/src/emap/struct/npcdext.h
index 2158f2c..9aa6cbf 100644
--- a/src/emap/struct/npcdext.h
+++ b/src/emap/struct/npcdext.h
@@ -7,6 +7,7 @@
struct NpcdExt
{
bool init;
+ int language;
};
#endif // EVOL_MAP_NPCDEXT