GOB: Handle stereo WAVE samples

From PR #5842.
Used in some Adibou 2 samples, e.g. when entering the garden.
This commit is contained in:
Filippos Karapetis 2024-06-18 09:57:46 +03:00
parent e9b6cc42f5
commit 378428000e

View File

@ -172,8 +172,7 @@ bool SoundDesc::loadWAV(byte *data, uint32 dSize) {
}
if (wavFlags & Audio::FLAG_STEREO) {
warning("TODO: SoundDesc::loadWAV() - stereo");
return false;
_mixerFlags |= Audio::FLAG_STEREO;
}
_data = data;