aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/draw.h')
-rw-r--r--engines/gob/draw.h4
1 files changed, 2 insertions, 2 deletions
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;