aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-10 01:32:22 +0000
committerJohannes Schickel2009-08-10 01:32:22 +0000
commitf16ca2ee19f3c5cf02cdd48782e900899c1df8fc (patch)
tree3444f936e545f46e1493154b60cd657e2a833c26 /engines/kyra
parent6dc54e4496f0c5a3d20287f64783f9c0cbec1eb9 (diff)
downloadscummvm-rg350-f16ca2ee19f3c5cf02cdd48782e900899c1df8fc.tar.gz
scummvm-rg350-f16ca2ee19f3c5cf02cdd48782e900899c1df8fc.tar.bz2
scummvm-rg350-f16ca2ee19f3c5cf02cdd48782e900899c1df8fc.zip
Disable menu text fading in kyra1 amiga for now.
svn-id: r43191
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/text_lok.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/text_lok.cpp b/engines/kyra/text_lok.cpp
index d01aa2a917..b82d61a63a 100644
--- a/engines/kyra/text_lok.cpp
+++ b/engines/kyra/text_lok.cpp
@@ -336,7 +336,8 @@ void KyraEngine_LoK::drawSentenceCommand(const char *sentence, int color) {
_text->printText(sentence, 8, 143, 0xFF, 12, 0);
_screen->showMouse();
- setTextFadeTimerCountdown(15);
+ if (_flags.platform != Common::kPlatformAmiga)
+ setTextFadeTimerCountdown(15);
_fadeText = false;
}