aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.cpp
diff options
context:
space:
mode:
authorAndre Heider2010-08-28 12:51:12 +0000
committerAndre Heider2010-08-28 12:51:12 +0000
commit80b9e8371b3cb8ef07df3495f8569271f8088211 (patch)
tree194d26afb0dd18aae730892e9e7c7567069a45e2 /sound/mixer.cpp
parentc45b3e4e0e66ae56d06dcf1215477cf77eecc375 (diff)
downloadscummvm-rg350-80b9e8371b3cb8ef07df3495f8569271f8088211.tar.gz
scummvm-rg350-80b9e8371b3cb8ef07df3495f8569271f8088211.tar.bz2
scummvm-rg350-80b9e8371b3cb8ef07df3495f8569271f8088211.zip
WII: svn merge Wii port commits from trunk
svn-id: r52425
Diffstat (limited to 'sound/mixer.cpp')
-rw-r--r--sound/mixer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 08a4ad921d..c40aa95d73 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -246,6 +246,10 @@ void MixerImpl::playStream(
}
}
+#ifdef AUDIO_REVERSE_STEREO
+ reverseStereo = !reverseStereo;
+#endif
+
// Create the channel
Channel *chan = new Channel(this, type, stream, autofreeStream, reverseStereo, id, permanent);
chan->setVolume(volume);