aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-06-27 05:02:01 +0000
committerPaweł Kołodziejski2003-06-27 05:02:01 +0000
commit9385979376851b4696f6504785275fdb6624d46a (patch)
tree18cbfc8cd8c8b64deb48b07a1b0c0f2519cf2e68 /sound
parent1785e0e30504f4cdaf29a31eec0f58de700ab8b1 (diff)
downloadscummvm-rg350-9385979376851b4696f6504785275fdb6624d46a.tar.gz
scummvm-rg350-9385979376851b4696f6504785275fdb6624d46a.tar.bz2
scummvm-rg350-9385979376851b4696f6504785275fdb6624d46a.zip
fixed warning
svn-id: r8664
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index b2c553a31a..7450960370 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -848,7 +848,7 @@ ChannelMP3::ChannelMP3(SoundMixer *mixer, void *sound, uint size, byte flags)
_position = 0;
_size = size;
_ptr = (byte *)sound;
- _releasePtr = (flags & SoundMixer::FLAG_AUTOFREE);
+ _releasePtr = (flags & SoundMixer::FLAG_AUTOFREE) != 0;
/* This variable is the number of samples to cut at the start of the MP3
file. This is needed to have lip-sync as the MP3 file have some miliseconds