diff options
Diffstat (limited to 'engines/sci/graphics/cursor.h')
-rw-r--r-- | engines/sci/graphics/cursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/cursor.h b/engines/sci/graphics/cursor.h index a32df21a1b..c0b5f9a478 100644 --- a/engines/sci/graphics/cursor.h +++ b/engines/sci/graphics/cursor.h @@ -75,7 +75,7 @@ private: GfxCoordAdjuster *_coordAdjuster; SciEvent *_event; - bool _upscaledHires; + int _upscaledHires; Common::Rect _moveZone; // Rectangle in which the pointer can move |