Disable menu text fading in kyra1 amiga for now.

svn-id: r43191
This commit is contained in:
Johannes Schickel 2009-08-10 01:32:22 +00:00
parent 6dc54e4496
commit f16ca2ee19

View File

@ -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;
}