aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/map.cpp')
-rw-r--r--engines/gob/map.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/map.cpp b/engines/gob/map.cpp
index 500f6515ec..503b934074 100644
--- a/engines/gob/map.cpp
+++ b/engines/gob/map.cpp
@@ -47,6 +47,8 @@ Map::Map(GobEngine *vm) : _vm(vm) {
_bigTiles = false;
+ _mapUnknownBool = false;
+
_wayPointCount = 0;
_wayPoints = 0;