mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
KYRA: Fix Misleading Indent GCC Warning
This is likely to be an extraneous semi-colon mistake as other cases of this code fragment do not use this form.
This commit is contained in:
parent
ecce34593e
commit
e07c84bafd
@ -2139,7 +2139,7 @@ int SeqPlayer_HOF::cbHOF_zanfaun(WSAMovie_v2 *wsaObj, int x, int y, int frm) {
|
||||
|
||||
case 26:
|
||||
if (_vm->gameFlags().isTalkie && !_vm->textEnabled()) {
|
||||
while (!(_vm->shouldQuit() || _vm->skipFlag()) && _vm->sound()->voiceIsPlaying());
|
||||
while (!(_vm->shouldQuit() || _vm->skipFlag()) && _vm->sound()->voiceIsPlaying())
|
||||
delayTicks(1);
|
||||
} else {
|
||||
waitForSubTitlesTimeout();
|
||||
|
Loading…
Reference in New Issue
Block a user