aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/graphics.h')
-rw-r--r--engines/prince/graphics.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/prince/graphics.h b/engines/prince/graphics.h
index 9969fbca5e..0ebf3aa7ef 100644
--- a/engines/prince/graphics.h
+++ b/engines/prince/graphics.h
@@ -52,7 +52,7 @@ public:
static void drawAsShadow(Graphics::Surface *screen, DrawNode *drawNode);
static void drawMask(Graphics::Surface *screen, DrawNode *drawNode);
- byte getBlendTableColor(byte pixelColor, byte backgroundPixelColor);
+ byte getBlendTableColor(byte pixelColor, byte backgroundPixelColor, byte *blendTable);
Graphics::Surface *_frontScreen;
Graphics::Surface *_screenForInventory;
@@ -63,8 +63,6 @@ public:
static const byte kShadowColor = 191;
- byte *_blendTable;
-
private:
PrinceEngine *_vm;