From e23fd08dfbdac9d6eedb78813d3504eeccba31a5 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 8 Mar 2009 02:17:14 +0000 Subject: LOL: fixed bug reported by MD5 (crashes and freezes caused by calls to non-existent sub scripts) svn-id: r39209 --- engines/kyra/screen_lol.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/kyra/screen_lol.h') diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h index 58267312e5..1b1842bffc 100644 --- a/engines/kyra/screen_lol.h +++ b/engines/kyra/screen_lol.h @@ -64,8 +64,6 @@ public: // palette stuff void fadeToBlack(int delay=0x54, const UpdateFunctor *upFunc = 0); - void setPaletteBrightness(uint8 *palDst, int brightness, int modifier); - void generateBrightnessPalette(uint8 *palSrc, uint8 *palDst, int brightness, int modifier); void loadSpecialColours(uint8 *destPalette); void copyColour(int dstColourIndex, int srcColourIndex); bool fadeColour(int dstColourIndex, int srcColourIndex, uint32 elapsedTime, uint32 targetTime); @@ -80,7 +78,6 @@ public: uint8 *_paletteOverlay2; uint8 *_grayOverlay; int _fadeFlag; - int _drawGuiFlag; int _dimLineCount; private: -- cgit v1.2.3