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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 911a55b3f9..b7d7eaa86f 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -65,12 +65,11 @@ private:
int _enlargedX, _enlargedY;
bool _enlargedXFl, _enlargedYFl;
- int clip_x1, clip_y1;
+ int _clipX1, _clipY1;
int _reduceX, _reducedY;
int _zoomOutFactor;
- byte SD_PIXELS[PALETTE_SIZE * 2];
- bool MANU_SCROLL;
+ bool _manualScroll;
void loadScreen(const Common::String &file);
void loadPCX640(byte *surface, const Common::String &file, byte *palette, bool typeFlag);
@@ -87,6 +86,7 @@ private:
void lockScreen();
void unlockScreen();
public:
+ byte _paletteBuffer[PALETTE_SIZE * 2];
byte _colorTable[PALETTE_EXT_BLOCK_SIZE];
byte _palette[PALETTE_EXT_BLOCK_SIZE];
byte _oldPalette[PALETTE_EXT_BLOCK_SIZE];