aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 8ff4a7c13e..264a3fad80 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -68,10 +68,9 @@ public:
byte *_vesaScreen;
byte *_vesaBuffer;
int _scrollOffset;
- int SCROLL;
- byte HEADER_PCX[128];
+ int _scrollPosX;
bool _largeScreenFl;
- int OLD_SCROLL;
+ int _oldScrollPosX;
bool MANU_SCROLL;
int _scrollSpeed;
int _lineNbr2;
@@ -80,7 +79,7 @@ public:
int _fadeDefaultSpeed;
int FADE_LINUX;
bool _skipVideoLockFl;
- int no_scroll;
+ int _scrollStatus;
Common::Rect dstrect[50];
int min_x, min_y;
int max_x, max_y;