summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-02-24 20:56:50 -0800
committerBen Longbons <b.r.longbons@gmail.com>2014-03-15 09:47:46 -0700
commitcab317277a7adcdd5c44389b9e0deb521d56ca4b (patch)
treeeb30e009957d0617289986c594af5d596c61ef9c
parent8edd0456a3a85341ad429a887691487beed3262c (diff)
downloadtmwa-cab317277a7adcdd5c44389b9e0deb521d56ca4b.tar.gz
tmwa-cab317277a7adcdd5c44389b9e0deb521d56ca4b.tar.bz2
tmwa-cab317277a7adcdd5c44389b9e0deb521d56ca4b.tar.xz
tmwa-cab317277a7adcdd5c44389b9e0deb521d56ca4b.zip
Actually support the "outside" mapflag in init
-rw-r--r--src/map/mapflag.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mapflag.cpp b/src/map/mapflag.cpp
index 73d46f1..0abcaa1 100644
--- a/src/map/mapflag.cpp
+++ b/src/map/mapflag.cpp
@@ -73,6 +73,7 @@ bool extract<MapFlag, void, void>(XString str, MapFlag *mf)
{"rain", MapFlag::RAIN},
{"no_player_drops", MapFlag::NO_PLAYER_DROPS},
{"town", MapFlag::TOWN},
+ {"outside", MapFlag::OUTSIDE},
};
for (auto& pair : flags)
if (str == pair.str)