aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/hotspot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/hotspot.h')
-rw-r--r--engines/toon/hotspot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toon/hotspot.h b/engines/toon/hotspot.h
index 70e80046e1..3852e2e42e 100644
--- a/engines/toon/hotspot.h
+++ b/engines/toon/hotspot.h
@@ -51,8 +51,8 @@ public:
~Hotspots();
bool LoadRif(const Common::String &rifName, const Common::String &additionalRifName);
- int32 Find(int32 x, int32 y);
- int32 FindBasedOnCorner(int32 x, int32 y);
+ int32 Find(int16 x, int16 y);
+ int32 FindBasedOnCorner(int16 x, int16 y);
HotspotData *Get(int32 id);
int32 getCount() const { return _numItems; }