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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/gob/video.h b/engines/gob/video.h
index d3d297d8cb..265392a7a2 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -99,7 +99,9 @@ public:
int16 _surfHeight;
int16 _scrollOffsetX;
int16 _scrollOffsetY;
- int16 _splitHeight;
+ int16 _splitHeight1;
+ int16 _splitHeight2;
+ int16 _splitStart;
void freeDriver();
void initPrimary(int16 mode);