aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/hotspots.h')
-rw-r--r--engines/lure/hotspots.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lure/hotspots.h b/engines/lure/hotspots.h
index 789776167e..e47d15b238 100644
--- a/engines/lure/hotspots.h
+++ b/engines/lure/hotspots.h
@@ -255,8 +255,8 @@ class HotspotScheduleRecord: public CurrentActionStack {
public:
uint16 hotspotId;
- HotspotScheduleRecord(uint16 hotspotId, CurrentActionStack &stack);
- HotspotScheduleRecord(uint16 hotspotId);
+ HotspotScheduleRecord(uint16 hId, CurrentActionStack &stack);
+ HotspotScheduleRecord(uint16 hId);
};
class HotspotSchedules: public ManagedList<HotspotScheduleRecord *> {