aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index 228b5093bb..57fbb0f880 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -204,6 +204,13 @@ public:
uint _planeSize;
byte *_imgData;
+
+ // TODO: Investigate further just why/how pictuers are chained
+ PictureResource *_secondPicture;
+ // TODO: Figure out if the following data is part of all pictures, or if
+ // only for certain types (when flags & 0x8000 != 0)
+ Common::Rect _bounds2;
+ Field86MethodPtr _field86;
public:
PictureResource(BoltFilesState &state, const byte *src);
virtual ~PictureResource();