diff options
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r-- | engines/mohawk/riven.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h index 13818810f1..251a0fc753 100644 --- a/engines/mohawk/riven.h +++ b/engines/mohawk/riven.h @@ -141,7 +141,6 @@ private: // Hotspot related functions and variables uint16 _hotspotCount; void loadHotspots(uint16); - void checkHotspotChange(); void checkInventoryClick(); bool _showHotspots; void updateZipMode(); @@ -176,6 +175,7 @@ public: void runHotspotScript(uint16 hotspot, uint16 scriptType); int32 getCurHotspot() const { return _curHotspot; } Common::String getHotspotName(uint16 hotspot); + void checkHotspotChange(); // Variable functions void initVars(); |