summaryrefslogtreecommitdiff
path: root/src/emap/struct/mapdext.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-05 17:18:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-05 17:18:59 +0300
commit49f8efc63324fdb1db8fd7110508988370ddfe01 (patch)
treee345ad5d7ac12c8341157612e0addf298aaea6b8 /src/emap/struct/mapdext.h
parent79fd3bacf40f3496dcc8e952fa9f84c8dbbb23ca (diff)
downloadevol-hercules-49f8efc63324fdb1db8fd7110508988370ddfe01.tar.gz
evol-hercules-49f8efc63324fdb1db8fd7110508988370ddfe01.tar.bz2
evol-hercules-49f8efc63324fdb1db8fd7110508988370ddfe01.tar.xz
evol-hercules-49f8efc63324fdb1db8fd7110508988370ddfe01.zip
Add pseudo npc varibale .alwaysVisible for show npc from any range on map.
Diffstat (limited to 'src/emap/struct/mapdext.h')
-rw-r--r--src/emap/struct/mapdext.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/emap/struct/mapdext.h b/src/emap/struct/mapdext.h
index fb75dd3..c352221 100644
--- a/src/emap/struct/mapdext.h
+++ b/src/emap/struct/mapdext.h
@@ -4,14 +4,17 @@
#ifndef EVOL_MAP_MAPDEXT
#define EVOL_MAP_MAPDEXT
+#include "common/db.h"
+
struct MapdExt
{
unsigned int mask;
- bool invisible;
+ VECTOR_DECL(int) npcs;
struct MapdExtFlag
{
unsigned nopve : 1;
} flag;
+ bool invisible;
};
#endif // EVOL_MAP_MAPDEXT