From 081fa85b140b3175f035a74a4fcced59539fea1d Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 24 Aug 2009 22:37:09 +0000 Subject: Playtoons uses a variable space that exceeds 32767 bytes. Changing a few variables to unsigned makes the construction mode not crash anymore (though it now hangs in a loop) svn-id: r43713 --- engines/gob/draw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob/draw.h') diff --git a/engines/gob/draw.h b/engines/gob/draw.h index 1da6ba4b74..c67299585b 100644 --- a/engines/gob/draw.h +++ b/engines/gob/draw.h @@ -119,8 +119,8 @@ public: int16 _cursorWidth; int16 _cursorHeight; - int16 _cursorHotspotXVar; - int16 _cursorHotspotYVar; + int32 _cursorHotspotXVar; + int32 _cursorHotspotYVar; SurfaceDescPtr _cursorSprites; SurfaceDescPtr _cursorSpritesBack; -- cgit v1.2.3