mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
Cleanup.
svn-id: r43321
This commit is contained in:
parent
8086aff051
commit
f7464020a0
@ -1215,12 +1215,13 @@ void KyraEngine_LoK::seq_playCredits() {
|
||||
currentString++;
|
||||
if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
|
||||
_screen->setFont(Screen::FID_CRED6_FNT);
|
||||
} else {
|
||||
if (*currentString == 2)
|
||||
currentString++;
|
||||
} else if (*currentString == 2)
|
||||
currentString++;
|
||||
|
||||
if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
|
||||
_screen->setFont(Screen::FID_CRED8_FNT);
|
||||
}
|
||||
|
||||
strings[i].font = _screen->_currentFont;
|
||||
|
||||
if (strings[i].unk1 == 3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user