summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-11-09 19:56:50 -0800
committerBen Longbons <b.r.longbons@gmail.com>2014-11-09 19:58:49 -0800
commit2f90b3a569c9627f0fa56ed282a33b596f0026f3 (patch)
treeada9ce73b798b18596c3225d250087fc70f56489 /src/map/map.hpp
parentf5db6b09fb461d7bb60ff443d603bb10820d5f14 (diff)
downloadtmwa-2f90b3a569c9627f0fa56ed282a33b596f0026f3.tar.gz
tmwa-2f90b3a569c9627f0fa56ed282a33b596f0026f3.tar.bz2
tmwa-2f90b3a569c9627f0fa56ed282a33b596f0026f3.tar.xz
tmwa-2f90b3a569c9627f0fa56ed282a33b596f0026f3.zip
Add explicit check for mapless events
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 14ea6a7..fc48126 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -357,6 +357,7 @@ public:
std::unique_ptr<const ScriptBuffer> script;
// Diameter.
short xs, ys;
+ bool event_needs_map;
// Whether the timer advances if not beyond end.
bool timer_active;