aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/smush_player.cpp
diff options
context:
space:
mode:
authorMax Horn2007-02-28 15:04:02 +0000
committerMax Horn2007-02-28 15:04:02 +0000
commit5e2fe7dc7fb294373e1d2907dfd48598da495777 (patch)
tree5ff48d8c6d6fa53b97aa8d52ad6769ae1b915dac /engines/scumm/smush/smush_player.cpp
parent8c8abca6f80fc63b5c11fa43319cdf56b4845660 (diff)
downloadscummvm-rg350-5e2fe7dc7fb294373e1d2907dfd48598da495777.tar.gz
scummvm-rg350-5e2fe7dc7fb294373e1d2907dfd48598da495777.tar.bz2
scummvm-rg350-5e2fe7dc7fb294373e1d2907dfd48598da495777.zip
cleanup
svn-id: r25910
Diffstat (limited to 'engines/scumm/smush/smush_player.cpp')
-rw-r--r--engines/scumm/smush/smush_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/smush/smush_player.cpp b/engines/scumm/smush/smush_player.cpp
index 3310415f30..de6083a3a4 100644
--- a/engines/scumm/smush/smush_player.cpp
+++ b/engines/scumm/smush/smush_player.cpp
@@ -366,7 +366,7 @@ void SmushPlayer::handleSoundBuffer(int32 track_id, int32 index, int32 max_frame
_smixer->addChannel(c);
}
- if (_middleAudio || (index == 0)) {
+ if (_middleAudio || index == 0) {
c->setParameters(max_frames, flags, vol, pan, index);
} else {
c->checkParameters(index, max_frames, flags, vol, pan);