summaryrefslogtreecommitdiff
path: root/src/emap/struct/mapdext.h
diff options
context:
space:
mode:
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