From 57fc86381913bb2d4405d268207f4e0517af485a Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 29 Mar 2007 20:53:37 +0000 Subject: Replaced some more intenting space that slipped in with tabs svn-id: r26325 --- engines/gob/map_v1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob/map_v1.cpp') 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]; -- cgit v1.2.3