aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/map_v1.cpp
diff options
context:
space:
mode:
authorSven Hesse2010-10-30 17:26:06 +0000
committerSven Hesse2010-10-30 17:26:06 +0000
commit4c23f3e1631ed904fa67b77b964e73aae4873850 (patch)
tree82a1deffcaf8ed9343dc01a62e81ffb5af8d4a3d /engines/gob/map_v1.cpp
parent1612a96285d4da48208fad2f704a6335925deac5 (diff)
downloadscummvm-rg350-4c23f3e1631ed904fa67b77b964e73aae4873850.tar.gz
scummvm-rg350-4c23f3e1631ed904fa67b77b964e73aae4873850.tar.bz2
scummvm-rg350-4c23f3e1631ed904fa67b77b964e73aae4873850.zip
GOB: Make Map::_passMap protected and group some vars
svn-id: r53948
Diffstat (limited to 'engines/gob/map_v1.cpp')
-rw-r--r--engines/gob/map_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/map_v1.cpp b/engines/gob/map_v1.cpp
index 9503c97260..92e1d3a03b 100644
--- a/engines/gob/map_v1.cpp
+++ b/engines/gob/map_v1.cpp
@@ -57,7 +57,7 @@ void Map_v1::init() {
memset(_itemsMap[i], 0, _mapWidth * sizeof(int16));
}
- _wayPointsCount = 40;
+ _wayPointCount = 40;
_wayPoints = new Point[40];
memset(_wayPoints, 0, sizeof(Point));
}