diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/map_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |