From 9385979376851b4696f6504785275fdb6624d46a Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 27 Jun 2003 05:02:01 +0000 Subject: fixed warning svn-id: r8664 --- sound/mixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') 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 -- cgit v1.2.3