From d911532770f960dda2938731fee0ae9339eaf39b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 11 Aug 2009 02:12:09 +0000 Subject: Disable "Screen_LoK::fadeSpecialPalette" for Kyrandia 1 Amiga, like the original does. svn-id: r43251 --- engines/kyra/screen_lok.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/kyra/screen_lok.cpp') diff --git a/engines/kyra/screen_lok.cpp b/engines/kyra/screen_lok.cpp index feddb29dd2..ed7bef0178 100644 --- a/engines/kyra/screen_lok.cpp +++ b/engines/kyra/screen_lok.cpp @@ -80,6 +80,9 @@ const ScreenDim *Screen_LoK::getScreenDim(int dim) { } void Screen_LoK::fadeSpecialPalette(int palIndex, int startIndex, int size, int fadeTime) { + if (_vm->gameFlags().platform == Common::kPlatformAmiga) + return; + assert(_vm->palTable1()[palIndex]); Palette tempPal(getPalette(0).getNumColors()); -- cgit v1.2.3