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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index eb1a79d707..6abc26143d 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -64,11 +64,11 @@ private:
int _specialWidth;
byte SD_PIXELS[PALETTE_SIZE * 2];
- int Agr_x, Agr_y;
- bool Agr_Flag_x, Agr_Flag_y;
+ int _enlargedX, _enlargedY;
+ bool _enlargedXFl, _enlargedYFl;
int clip_x1, clip_y1;
- int Red_x, Red_y;
- int Red;
+ int _reduceX, _reducedY;
+ int _zoomOutFactor;
void loadScreen(const Common::String &file);
void loadPCX640(byte *surface, const Common::String &file, byte *palette, bool typeFlag);