aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/hires2.h')
-rw-r--r--engines/adl/hires2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/adl/hires2.h b/engines/adl/hires2.h
index a4bc0b6859..17687b5359 100644
--- a/engines/adl/hires2.h
+++ b/engines/adl/hires2.h
@@ -66,10 +66,9 @@ private:
void showRoom();
DataBlockPtr readDataBlockPtr(Common::ReadStream &f) const;
- void readPictureMeta(Common::ReadStream &f, Picture2 &pic) const;
DiskImage_DSK _disk;
- Common::Array<Picture2> _itemPics;
+ Common::Array<DataBlockPtr> _itemPics;
};
} // End of namespace Adl