mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
Oops forgot a "{".
svn-id: r43322
This commit is contained in:
parent
f7464020a0
commit
20577c1574
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user