aboutsummaryrefslogtreecommitdiff
path: root/sound/mods
diff options
context:
space:
mode:
authorTravis Howell2007-02-11 02:47:02 +0000
committerTravis Howell2007-02-11 02:47:02 +0000
commit028d077e2b4296ac401e454eec11549c8fa81965 (patch)
tree683e7587d51667fddab57539d522fddb2b7d42c3 /sound/mods
parent9f0ed19076d341c722aea2b43a6639129b04f9f5 (diff)
downloadscummvm-rg350-028d077e2b4296ac401e454eec11549c8fa81965.tar.gz
scummvm-rg350-028d077e2b4296ac401e454eec11549c8fa81965.tar.bz2
scummvm-rg350-028d077e2b4296ac401e454eec11549c8fa81965.zip
Enable stereo by default for all ProTracker mods.
svn-id: r25482
Diffstat (limited to 'sound/mods')
-rw-r--r--sound/mods/protracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mods/protracker.h b/sound/mods/protracker.h
index 98f3737dd1..939b336b2f 100644
--- a/sound/mods/protracker.h
+++ b/sound/mods/protracker.h
@@ -31,7 +31,7 @@ namespace Audio {
class AudioStream;
-AudioStream *makeProtrackerStream(Common::ReadStream *stream, int rate = 44100, bool stereo = false);
+AudioStream *makeProtrackerStream(Common::ReadStream *stream, int rate = 44100, bool stereo = true);
} // End of namespace Audio