diff options
author | Johannes Schickel | 2009-08-12 17:13:46 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-08-12 17:13:46 +0000 |
commit | 20577c15749deb517396931460d7545c665776a8 (patch) | |
tree | 4c174adbbb1f7c0cd5ba59ea60fcdb269dcd87d6 /engines | |
parent | f7464020a0e74978ec574d13a575228f84784087 (diff) | |
download | scummvm-rg350-20577c15749deb517396931460d7545c665776a8.tar.gz scummvm-rg350-20577c15749deb517396931460d7545c665776a8.tar.bz2 scummvm-rg350-20577c15749deb517396931460d7545c665776a8.zip |
Oops forgot a "{".
svn-id: r43322
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/sequences_lok.cpp | 2 |
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) |