aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/map_v1.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-03-29 20:53:37 +0000
committerSven Hesse2007-03-29 20:53:37 +0000
commit57fc86381913bb2d4405d268207f4e0517af485a (patch)
treeb945284c3d4b0fd21c6041fe364e3f90fc5cbbb8 /engines/gob/map_v1.cpp
parent046fe5060bb2676bedd82f3d679b1f5f4fdf5b89 (diff)
downloadscummvm-rg350-57fc86381913bb2d4405d268207f4e0517af485a.tar.gz
scummvm-rg350-57fc86381913bb2d4405d268207f4e0517af485a.tar.bz2
scummvm-rg350-57fc86381913bb2d4405d268207f4e0517af485a.zip
Replaced some more intenting space that slipped in with tabs
svn-id: r26325
Diffstat (limited to 'engines/gob/map_v1.cpp')
-rw-r--r--engines/gob/map_v1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/map_v1.cpp b/engines/gob/map_v1.cpp
index 8ee5e1174e..b0da6a4593 100644
--- a/engines/gob/map_v1.cpp
+++ b/engines/gob/map_v1.cpp
@@ -48,9 +48,9 @@ void Map_v1::init(void) {
_itemsMap = new int16*[_mapHeight];
for (int i = 0; i < _mapHeight; i++) {
- _itemsMap[i] = new int16[_mapWidth];
+ _itemsMap[i] = new int16[_mapWidth];
memset(_itemsMap[i], 0, _mapWidth * sizeof(int16));
- }
+ }
_wayPointsCount = 40;
_wayPoints = new Point[40];