diff options
Diffstat (limited to 'engines/gob/draw.h')
-rw-r--r-- | engines/gob/draw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/draw.h b/engines/gob/draw.h index 57faefa314..393822c33a 100644 --- a/engines/gob/draw.h +++ b/engines/gob/draw.h @@ -133,6 +133,9 @@ public: int32 _cursorHotspotXVar; int32 _cursorHotspotYVar; + int32 _cursorHotspotX; + int32 _cursorHotspotY; + SurfacePtr _cursorSprites; SurfacePtr _cursorSpritesBack; SurfacePtr _scummvmCursor; |