summaryrefslogtreecommitdiff
path: root/src/map/struct/mapdext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/struct/mapdext.h')
-rw-r--r--src/map/struct/mapdext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/struct/mapdext.h b/src/map/struct/mapdext.h
index 0c3c03a..15fee7f 100644
--- a/src/map/struct/mapdext.h
+++ b/src/map/struct/mapdext.h
@@ -8,6 +8,10 @@ struct MapdExt
{
unsigned int mask;
bool invisible;
+ struct MapdExtFlag
+ {
+ unsigned nopve : 1;
+ } flag;
};
#endif // EVOL_MAP_MAPDEXT