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:
D G Turner 2021-08-20 14:53:59 +01:00
parent ecce34593e
commit e07c84bafd

View File

@ -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();