aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.cpp
diff options
context:
space:
mode:
authorJoost Peters2003-10-25 01:11:14 +0000
committerJoost Peters2003-10-25 01:11:14 +0000
commit6fc0cd791325b5e36cb486d36768b9a2a1c7dcf5 (patch)
tree93c43e7846485a7c3ef36a5e9b0ca9ebf959e0c5 /queen/sound.cpp
parent3ad14b06f507d056da5c8e1506d95e607029f75e (diff)
downloadscummvm-rg350-6fc0cd791325b5e36cb486d36768b9a2a1c7dcf5.tar.gz
scummvm-rg350-6fc0cd791325b5e36cb486d36768b9a2a1c7dcf5.tar.bz2
scummvm-rg350-6fc0cd791325b5e36cb486d36768b9a2a1c7dcf5.zip
whatever
svn-id: r10959
Diffstat (limited to 'queen/sound.cpp')
-rw-r--r--queen/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/sound.cpp b/queen/sound.cpp
index 50768ed804..15a831b89e 100644
--- a/queen/sound.cpp
+++ b/queen/sound.cpp
@@ -62,7 +62,7 @@ bool Sound::isPlaying() {
}
int SBSound::playSound(byte *sound, uint32 size) {
- byte flags = 0 | SoundMixer::FLAG_UNSIGNED | SoundMixer::FLAG_AUTODELETE;
+ byte flags = 0 | SoundMixer::FLAG_UNSIGNED | SoundMixer::FLAG_AUTOFREE;
return _mixer->playRaw(&_sfxHandle, sound, size, 11025, flags);
}