From 5a6bce590b4261d2ff5615cbdccf2da66e5586e2 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Tue, 2 Sep 2003 07:49:40 +0000 Subject: changed sounds volume to original volume level, and fixed sounds in bass intro svn-id: r9963 --- 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 04247fe2b4..02dc117b29 100644 --- a/scumm/smush/smush_mixer.cpp +++ b/scumm/smush/smush_mixer.cpp @@ -135,7 +135,7 @@ bool SmushMixer::handleFrame() { if (_silentMixer == false) { if (_channels[i].mixer_index == 0) { - _mixer->newStream(&_channels[i].mixer_index, data, size, rate, flags, 500000, 127, 0); + _mixer->newStream(&_channels[i].mixer_index, data, size, rate, flags, 500000, 255, 0); } else { _mixer->appendStream(_channels[i].mixer_index, data, size); } -- cgit v1.2.3