aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_lok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sequences_lok.cpp')
-rw-r--r--engines/kyra/sequences_lok.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/sequences_lok.cpp b/engines/kyra/sequences_lok.cpp
index 3c60bea684..67cdbdae17 100644
--- a/engines/kyra/sequences_lok.cpp
+++ b/engines/kyra/sequences_lok.cpp
@@ -1189,7 +1189,7 @@ void KyraEngine_LoK::seq_playCredits() {
_screen->enableInterfacePalette(false);
_screen->hideMouse();
- if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga) {
+ if (!_flags.isTalkie) {
_screen->loadFont(Screen::FID_CRED6_FNT, "CREDIT6.FNT");
_screen->loadFont(Screen::FID_CRED8_FNT, "CREDIT8.FNT");
@@ -1250,12 +1250,12 @@ void KyraEngine_LoK::seq_playCredits() {
if (*currentString == 1) {
currentString++;
- if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
+ if (!_flags.isTalkie)
_screen->setFont(Screen::FID_CRED6_FNT);
} else if (*currentString == 2) {
currentString++;
- if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
+ if (!_flags.isTalkie)
_screen->setFont(Screen::FID_CRED8_FNT);
}