aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-06-01 13:01:09 -0400
committerPaul Gilbert2013-06-01 13:01:09 -0400
commitb85aa4f8d92ecb1d66052837b0128786b52e3ee1 (patch)
treeb776c910134e1a45685d4e50767e8121a06a6dc9 /engines/voyeur/files.h
parent99f474a3b6471392295f6d1cc33acd6ae4123447 (diff)
downloadscummvm-rg350-b85aa4f8d92ecb1d66052837b0128786b52e3ee1.tar.gz
scummvm-rg350-b85aa4f8d92ecb1d66052837b0128786b52e3ee1.tar.bz2
scummvm-rg350-b85aa4f8d92ecb1d66052837b0128786b52e3ee1.zip
VOYEUR: Implemented the restoreBack method
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index 32c203eec8..da3d277f73 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -232,8 +232,13 @@ public:
PictureResource *_activePage;
PictureResource *_pages[2];
byte *_field30;
+
+ // Rect lists and counts. Note that _rectListCount values of '-1' seem to have
+ // special significance, which is why I'm not making them redundant in favour
+ // of the arrays' .size() method
Common::Array<Common::Rect> *_rectListPtr[3];
int _rectListCount[3];
+
Common::Rect _clipRect;
byte *_field7A;
GraphicMethodPtr _fn1;