mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
Disable menu text fading in kyra1 amiga for now.
svn-id: r43191
This commit is contained in:
parent
6dc54e4496
commit
f16ca2ee19
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user