diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-02-21 19:54:04 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-02-22 18:12:08 -0800 |
commit | 7fae5e75b0d7d6c2dc17d8515f6e869d09528b17 (patch) | |
tree | 1a76ab2fafbc590657106e3873131359a2d738df /src/map/mapflag.hpp | |
parent | f4063c0d58d1a1812e24269efa1ebb8f9a7a2f2e (diff) | |
download | tmwa-7fae5e75b0d7d6c2dc17d8515f6e869d09528b17.tar.gz tmwa-7fae5e75b0d7d6c2dc17d8515f6e869d09528b17.tar.bz2 tmwa-7fae5e75b0d7d6c2dc17d8515f6e869d09528b17.tar.xz tmwa-7fae5e75b0d7d6c2dc17d8515f6e869d09528b17.zip |
Add mapflag for outside
Diffstat (limited to 'src/map/mapflag.hpp')
-rw-r--r-- | src/map/mapflag.hpp | 2 |
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, }; |