diff options
Diffstat (limited to 'engines/wintermute/base/base_sub_frame.h')
-rw-r--r-- | engines/wintermute/base/base_sub_frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/base/base_sub_frame.h b/engines/wintermute/base/base_sub_frame.h index 1ecf6c671d..37ba34b748 100644 --- a/engines/wintermute/base/base_sub_frame.h +++ b/engines/wintermute/base/base_sub_frame.h @@ -56,8 +56,8 @@ public: bool getBoundingRect(Rect32 *rect, int x, int y, float scaleX = 100, float scaleY = 100); const char* getSurfaceFilename(); - int _hotspotX; - int _hotspotY; + int32 _hotspotX; + int32 _hotspotY; uint32 _alpha; // These two setters and getters are rather usefull, as they allow _rect to be lazily defined // Thus we don't need to load the actual graphics before the rect is actually needed. |