aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res.h
diff options
context:
space:
mode:
authorPaul Gilbert2006-04-29 11:17:06 +0000
committerPaul Gilbert2006-04-29 11:17:06 +0000
commit302c825a1702a60f2af75af67090457477ea2bce (patch)
tree222653ac6f7809627de187124313b7686b968e3d /engines/lure/res.h
parent3e8763f454dc82d0e1969c39927fa6fdee3454f3 (diff)
downloadscummvm-rg350-302c825a1702a60f2af75af67090457477ea2bce.tar.gz
scummvm-rg350-302c825a1702a60f2af75af67090457477ea2bce.tar.bz2
scummvm-rg350-302c825a1702a60f2af75af67090457477ea2bce.zip
Reworked resource loading to no longer load hotspot proximities separately, or provide access to the list
svn-id: r22206
Diffstat (limited to 'engines/lure/res.h')
-rw-r--r--engines/lure/res.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/lure/res.h b/engines/lure/res.h
index 3d5a2abba4..79b766a06e 100644
--- a/engines/lure/res.h
+++ b/engines/lure/res.h
@@ -60,7 +60,6 @@ private:
SequenceDelayList _delayList;
Action _currentAction;
MemoryBlock *_talkDialogData;
- HotspotProximityList _proximityList;
RoomExitCoordinatesList _coordinateList;
TalkData *_activeTalkData;
@@ -107,10 +106,6 @@ public:
ValueTableData &fieldList() { return _fieldList; }
SequenceDelayList &delayList() { return _delayList; }
MemoryBlock &getTalkDialogData() { return *_talkDialogData; }
- HotspotProximityList &proximityList() { return _proximityList; }
- HotspotProximityData *getHotspotProximity(uint16 hotspotId) {
- return _proximityList.getHotspot(hotspotId);
- }
RoomExitCoordinatesList &coordinateList() { return _coordinateList; }
void copyCursorTo(Surface *s, uint8 cursorNum, int16 x, int16 y);