aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/res.h')
-rw-r--r--engines/lure/res.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lure/res.h b/engines/lure/res.h
index ac0430e32d..aaf50754f9 100644
--- a/engines/lure/res.h
+++ b/engines/lure/res.h
@@ -79,6 +79,7 @@ private:
PausedCharacterList _pausedList;
BarmanLists _barmanLists;
StringList _stringList;
+ HotspotSchedules _hotspotSchedules;
int numCharOffsets;
uint16 *_charOffsets;
@@ -134,6 +135,7 @@ public:
RoomExitIndexedHotspotList &exitHotspots() { return _indexedRoomExitHospots; }
PausedCharacterList &pausedList() { return _pausedList; }
BarmanLists &barmanLists() { return _barmanLists; }
+ HotspotSchedules &hotspotSchedules() { return _hotspotSchedules; }
StringList &stringList() { return _stringList; }
uint16 getCharOffset(int index) {
if (index >= numCharOffsets)