From 21aa812bf100fb705edd8913612f70efd55280b6 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 22 Jun 2003 06:27:32 +0000 Subject: fixed warning svn-id: r8599 --- scumm/smush/smush_mixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/smush/smush_mixer.cpp') diff --git a/scumm/smush/smush_mixer.cpp b/scumm/smush/smush_mixer.cpp index 7f2dba979a..9f74b5252d 100644 --- a/scumm/smush/smush_mixer.cpp +++ b/scumm/smush/smush_mixer.cpp @@ -116,7 +116,7 @@ bool SmushMixer::handleFrame() { _channels[i].chan->getParameters(rate, stereo, is_short); int32 size = _channels[i].chan->availableSoundData(); - int32 flags = stereo ? SoundMixer::FLAG_STEREO : 0; + byte flags = stereo ? SoundMixer::FLAG_STEREO : 0; if (is_short) { data = malloc(size * (stereo ? 2 : 1) * 4); -- cgit v1.2.3