mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 13:10:53 +00:00
TOWNS AUDIO: fix typo
svn-id: r51655
This commit is contained in:
parent
7f1f4c8b07
commit
20d6173ee0
@ -572,7 +572,7 @@ int TownsAudioInterface::intf_pcmPlayEffect(va_list &args) {
|
||||
TownsAudio_WaveTable w;
|
||||
w.readHeader(data);
|
||||
|
||||
if (!w.size < (w.loopStart + w.loopLen))
|
||||
if (w.size < (w.loopStart + w.loopLen))
|
||||
return 13;
|
||||
|
||||
if (!w.size)
|
||||
|
Loading…
x
Reference in New Issue
Block a user