aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_lok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/text_lok.cpp')
-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;
}