aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index 852e7bb792..2e0930a49e 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -177,8 +177,8 @@ public:
struct Cnv : public Frames {
- uint16 _count; // # of frames
- uint16 _width; //
+ uint16 _count; // # of frames
+ uint16 _width; //
uint16 _height; //
byte** field_8; // unused
byte* _data;
@@ -330,8 +330,8 @@ public:
PaletteFxRange _palettefx[6];
Palette _palette;
- int _backgroundWidth;
- int _backgroundHeight;
+ int _backgroundWidth;
+ int _backgroundHeight;
uint _screenX; // scrolling position
uint _screenY;