mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
SAGA: Fix audio flags for VOC sounds
This is a regression from r43470 and fixes the speech in the intro. Bug #3065113. svn-id: r52727
This commit is contained in:
parent
f742d2ecc5
commit
c81f009e8f
@ -331,6 +331,8 @@ bool SndRes::load(ResourceContext *context, uint32 resourceId, SoundBuffer &buff
|
||||
if (onlyHeader)
|
||||
free(data);
|
||||
buffer.flags |= Audio::FLAG_UNSIGNED;
|
||||
buffer.flags &= ~Audio::FLAG_16BITS;
|
||||
buffer.flags &= ~Audio::FLAG_STEREO;
|
||||
}
|
||||
|
||||
if (result) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user