diff options
Diffstat (limited to 'engines/adl/adl_v2.h')
-rw-r--r-- | engines/adl/adl_v2.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/adl/adl_v2.h b/engines/adl/adl_v2.h index 85c7544563..8f36b5cdb8 100644 --- a/engines/adl/adl_v2.h +++ b/engines/adl/adl_v2.h @@ -53,11 +53,11 @@ protected: virtual DataBlockPtr readDataBlockPtr(Common::ReadStream &f) const; virtual void adjustDataBlockPtr(byte &track, byte §or, byte &offset, byte &size) const { } - void loadItems(Common::SeekableReadStream &stream); - void loadRooms(Common::SeekableReadStream &stream, byte count); - void loadMessages(Common::SeekableReadStream &stream, byte count); - void loadPictures(Common::SeekableReadStream &stream); - void loadItemPictures(Common::SeekableReadStream &stream, byte count); + void loadItems(Common::ReadStream &stream); + void loadRooms(Common::ReadStream &stream, byte count); + void loadMessages(Common::ReadStream &stream, byte count); + void loadPictures(Common::ReadStream &stream); + void loadItemPictures(Common::ReadStream &stream, byte count); void checkTextOverflow(char c); |