aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/graphics/screen_eob.h
diff options
context:
space:
mode:
authorathrxx2019-03-22 18:42:43 +0100
committerathrxx2019-04-13 18:54:57 +0200
commit8c92e045ce59f456be5b2a3f51b558f9abc9d472 (patch)
tree0b117a6bcbcfa3bdd4a986f51d986551e165b04e /engines/kyra/graphics/screen_eob.h
parent02ecc7abb7ab53e88ae2edec332a38d8c85f1beb (diff)
downloadscummvm-rg350-8c92e045ce59f456be5b2a3f51b558f9abc9d472.tar.gz
scummvm-rg350-8c92e045ce59f456be5b2a3f51b558f9abc9d472.tar.bz2
scummvm-rg350-8c92e045ce59f456be5b2a3f51b558f9abc9d472.zip
KYRA: (EOB2/Amiga) - fix load up and intro sequence
Diffstat (limited to 'engines/kyra/graphics/screen_eob.h')
-rw-r--r--engines/kyra/graphics/screen_eob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/graphics/screen_eob.h b/engines/kyra/graphics/screen_eob.h
index 688975548e..42a03ca225 100644
--- a/engines/kyra/graphics/screen_eob.h
+++ b/engines/kyra/graphics/screen_eob.h
@@ -70,7 +70,7 @@ public:
void drawExplosion(int scale, int radius, int numElements, int stepSize, int aspectRatio, const uint8 *colorTable, int colorTableSize);
void drawVortex(int numElements, int radius, int stepSize, int, int disorder, const uint8 *colorTable, int colorTableSize);
- void fadeTextColor(Palette *pal, int color1, int fadeTextColor);
+ void fadeTextColor(Palette *pal, int color, int rate);
bool delayedFadePalStep(Palette *fadePal, Palette *destPal, int rate);
void setTextColorMap(const uint8 *cmap) {}