aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorStrangerke2013-01-20 00:56:19 +0100
committerStrangerke2013-01-20 00:56:19 +0100
commit523aa825634784d9c25f16ccca118030565a8344 (patch)
tree3966f9018de4e11a80d12cd5f208e71e62abddfc /engines/hopkins/graphics.h
parent1e2723576aa3258aec0ae329587867e98f1e70dc (diff)
downloadscummvm-rg350-523aa825634784d9c25f16ccca118030565a8344.tar.gz
scummvm-rg350-523aa825634784d9c25f16ccca118030565a8344.tar.bz2
scummvm-rg350-523aa825634784d9c25f16ccca118030565a8344.zip
HOPKINS: Some renaming
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;