From 20d93e494a15286e9f1b19f7e6814c7467b2d781 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 1 Sep 2009 21:16:12 +0000 Subject: Making another variable offset unsigned, since it overflows int16 svn-id: r43900 --- engines/gob/map_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/gob/map_v2.cpp b/engines/gob/map_v2.cpp index 42565161e3..56482287f7 100644 --- a/engines/gob/map_v2.cpp +++ b/engines/gob/map_v2.cpp @@ -47,7 +47,7 @@ Map_v2::~Map_v2() { void Map_v2::loadMapObjects(const char *avjFile) { uint8 wayPointsCount; - int16 var; + uint16 var; int16 id; int16 mapWidth, mapHeight; int16 tmp; -- cgit v1.2.3