aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-05-31 18:40:04 -0400
committerPaul Gilbert2013-05-31 18:40:04 -0400
commit43d31cc33424c053e8f42c7fcb5f18b422ef1ef9 (patch)
tree56e654c968fe638c103d9607b39472169c66fa6d /engines/voyeur/files.h
parent8e1325e5384171b23f0951e7874487ff94389be5 (diff)
downloadscummvm-rg350-43d31cc33424c053e8f42c7fcb5f18b422ef1ef9.tar.gz
scummvm-rg350-43d31cc33424c053e8f42c7fcb5f18b422ef1ef9.tar.bz2
scummvm-rg350-43d31cc33424c053e8f42c7fcb5f18b422ef1ef9.zip
VOYEUR: Implemented first execution path through sInitPic
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();