aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/graphics.h')
-rw-r--r--engines/mortevielle/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mortevielle/graphics.h b/engines/mortevielle/graphics.h
index 03e0d016ec..7bf39c3662 100644
--- a/engines/mortevielle/graphics.h
+++ b/engines/mortevielle/graphics.h
@@ -48,8 +48,8 @@ public:
class GfxSurface: public Graphics::Surface {
private:
int _xp, _yp;
- int _xSize, _ySize, _var12;
- int _var14, _lookupIndex, _lookupValue;
+ int _xSize, _ySize;
+ int _lookupIndex, _lookupValue;
bool _nibbleFlag;
int _thickness;
int _yInc, _yEnd, _xInc, _xEnd;