mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 03:47:32 +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++;
|
currentString++;
|
||||||
if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
|
if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
|
||||||
_screen->setFont(Screen::FID_CRED6_FNT);
|
_screen->setFont(Screen::FID_CRED6_FNT);
|
||||||
} else if (*currentString == 2)
|
} else if (*currentString == 2) {
|
||||||
currentString++;
|
currentString++;
|
||||||
|
|
||||||
if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
|
if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user