diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/video.h | 5 |
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; |