aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res.h
diff options
context:
space:
mode:
authorPaul Gilbert2007-02-09 10:54:07 +0000
committerPaul Gilbert2007-02-09 10:54:07 +0000
commit7f41b6914b1fc7f95f67dcd83ae1425bce7389bd (patch)
tree64b1903684670fdfb231f3611ae4ec2a375ecec3 /engines/lure/res.h
parent6c1b7114f5fa61bd7be73b2ebdda8b2b61a18e9a (diff)
downloadscummvm-rg350-7f41b6914b1fc7f95f67dcd83ae1425bce7389bd.tar.gz
scummvm-rg350-7f41b6914b1fc7f95f67dcd83ae1425bce7389bd.tar.bz2
scummvm-rg350-7f41b6914b1fc7f95f67dcd83ae1425bce7389bd.zip
Removed use of static support data record for player to simplify save process
svn-id: r25438
Diffstat (limited to 'engines/lure/res.h')
-rw-r--r--engines/lure/res.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/lure/res.h b/engines/lure/res.h
index abf3108b16..133fec120a 100644
--- a/engines/lure/res.h
+++ b/engines/lure/res.h
@@ -74,7 +74,6 @@ private:
int numCharOffsets;
uint16 *_charOffsets;
- CharacterScheduleEntry *_playerSupportRecord;
TalkData *_activeTalkData;
TalkState _talkState;
@@ -133,7 +132,6 @@ public:
error("support data list index #1 was referenced - special handlng TODO");
return _charOffsets[index];
}
- CharacterScheduleEntry *playerSupportRecord() { return _playerSupportRecord; }
void copyCursorTo(Surface *s, uint8 cursorNum, int16 x, int16 y);
uint16 numInventoryItems();