aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/hotspot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/hotspot.h')
-rw-r--r--engines/m4/hotspot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/hotspot.h b/engines/m4/hotspot.h
index 0a0a7d6998..6ef9d9916f 100644
--- a/engines/m4/hotspot.h
+++ b/engines/m4/hotspot.h
@@ -105,9 +105,9 @@ public:
void dump();
- void loadHotSpotsM4(Common::SeekableReadStream* hotspotStream, int hotspotCount);
- void loadHotSpotsMads(Common::SeekableReadStream* hotspotStream, int hotspotCount);
+ void loadHotSpots(Common::SeekableReadStream* hotspotStream, int hotspotCount);
+ uint32 readHotSpotInteger(Common::SeekableReadStream* hotspotStream);
private:
typedef Common::Array<HotSpot*> HotSpotArray;
HotSpotArray _hotspots;