Oops forgot a "{".

svn-id: r43322
This commit is contained in:
Johannes Schickel 2009-08-12 17:13:46 +00:00
parent f7464020a0
commit 20577c1574

View File

@ -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)