mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
LAB: Fix accidental change to code style
This commit is contained in:
parent
4f0985c2de
commit
0f45658259
@ -99,16 +99,14 @@ void Music::loadSoundEffect(const Common::String filename, bool loop, bool waitT
|
||||
uint16 sampleRate = file->readUint16LE();
|
||||
file->skip(2);
|
||||
playSoundEffect(sampleRate, soundSize, loop, file);
|
||||
}
|
||||
else if (soundTag == 65535) {
|
||||
} else if (soundTag == 65535) {
|
||||
if (waitTillFinished) {
|
||||
while (isSoundEffectActive()) {
|
||||
_vm->updateEvents();
|
||||
_vm->waitTOF();
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
} else
|
||||
file->skip(soundSize);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user