From f4f09efa5fefb9c05edaf95b68938530f5b9f5d2 Mon Sep 17 00:00:00 2001 From: lukaslw Date: Tue, 10 Jun 2014 13:51:45 +0200 Subject: PRINCE: drawTransparentWithBlend(), getBlendTableColor() - update --- engines/prince/graphics.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/prince/graphics.h') 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; -- cgit v1.2.3