aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/sequences_lok.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sequences_lok.cpp b/engines/kyra/sequences_lok.cpp
index bfef591193..0c09a56586 100644
--- a/engines/kyra/sequences_lok.cpp
+++ b/engines/kyra/sequences_lok.cpp
@@ -1215,7 +1215,7 @@ void KyraEngine_LoK::seq_playCredits() {
currentString++;
if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
_screen->setFont(Screen::FID_CRED6_FNT);
- } else if (*currentString == 2)
+ } else if (*currentString == 2) {
currentString++;
if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)