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 f3819ff..e3a55f5 100644
--- a/src/map/mapflag.hpp
+++ b/src/map/mapflag.hpp
@@ -62,7 +62,7 @@ enum class MapFlag
TOWN = 1 << 28,
OUTSIDE = 1 << 29,
- //UNUSED2 = 1 << 30,
+ RESAVE = 1 << 30,
//UNUSED3 = 1 << 31,
};