diff options
Diffstat (limited to 'engines/mads/hotspots.h')
-rw-r--r-- | engines/mads/hotspots.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/hotspots.h b/engines/mads/hotspots.h index a36993f1ac..bd803e84a0 100644 --- a/engines/mads/hotspots.h +++ b/engines/mads/hotspots.h @@ -61,7 +61,7 @@ public: Common::Array<MADS::DynamicHotspot>::size_type size() const { return _entries.size(); } DynamicHotspot &operator[](uint idx) { return _entries[idx]; } int add(int descId, int vocabId, int seqIndex, const Common::Rect &bounds); - int setPosition(int index, int xp, int yp, Facing facing); + int setPosition(int index, const Common::Point &pos, Facing facing); int setCursor(int index, CursorType cursor); void remove(int index); void clear(); |