aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/video.h')
-rw-r--r--engines/gob/video.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/video.h b/engines/gob/video.h
index 96f9894e80..af41934d62 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -90,7 +90,8 @@ public:
PalDesc() : vgaPal(0), unused1(0), unused2(0) {}
};
- bool _extraMode;
+ int16 _surfWidth;
+ int16 _scrollOffset;
Video(class GobEngine *vm);
virtual ~Video() {};