summaryrefslogtreecommitdiff
path: root/src/map/mapflag.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mapflag.hpp')
-rw-r--r--src/map/mapflag.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mapflag.hpp b/src/map/mapflag.hpp
index 8e9749c..bf8229f 100644
--- a/src/map/mapflag.hpp
+++ b/src/map/mapflag.hpp
@@ -61,7 +61,7 @@ enum class MapFlag
NO_PLAYER_DROPS = 1 << 27,
TOWN = 1 << 28,
- //UNUSED1 = 1 << 29,
+ OUTSIDE = 1 << 29,
//UNUSED2 = 1 << 30,
//UNUSED3 = 1 << 31,
};