diff options
Diffstat (limited to 'src/map/struct')
-rw-r--r-- | src/map/struct/mapdext.h | 4 |
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 |