aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
authorSven Hesse2008-05-17 23:59:56 +0000
committerSven Hesse2008-05-17 23:59:56 +0000
commit5d11b8f6ed93642404ec6c5bdf74fae59b39f57f (patch)
treef88cea6a421ba9c4b7bd5dd6026feffedc45e7e9 /engines/gob
parent7effbb5be4353ad522b9d911b144dcb40cf8b822 (diff)
downloadscummvm-rg350-5d11b8f6ed93642404ec6c5bdf74fae59b39f57f.tar.gz
scummvm-rg350-5d11b8f6ed93642404ec6c5bdf74fae59b39f57f.tar.bz2
scummvm-rg350-5d11b8f6ed93642404ec6c5bdf74fae59b39f57f.zip
Ooops, forget that one
svn-id: r32163
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/video.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/gob/video.h b/engines/gob/video.h
index 1ab513205b..1338885588 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -98,13 +98,18 @@ public:
};
bool _doRangeClamp;
+
int16 _surfWidth;
int16 _surfHeight;
+
int16 _scrollOffsetX;
int16 _scrollOffsetY;
+
+ SurfaceDesc::Ptr _splitSurf;
int16 _splitHeight1;
int16 _splitHeight2;
int16 _splitStart;
+
int16 _screenDeltaX;
int16 _screenDeltaY;