diff options
| author | Travis Howell | 2009-02-07 05:05:14 +0000 |
|---|---|---|
| committer | Travis Howell | 2009-02-07 05:05:14 +0000 |
| commit | 4131d3d07feec064fa129e1675d39eb3b14d4e8e (patch) | |
| tree | d87b75471679d0f649508ae1d858782ee2f6199e /sound | |
| parent | 8c84ec82fc9b392f4c17ccd2318ce1c885cd041c (diff) | |
| download | scummvm-rg350-4131d3d07feec064fa129e1675d39eb3b14d4e8e.tar.gz scummvm-rg350-4131d3d07feec064fa129e1675d39eb3b14d4e8e.tar.bz2 scummvm-rg350-4131d3d07feec064fa129e1675d39eb3b14d4e8e.zip | |
Fix sound noise regression in CD32 version of Simon the Sorcerer 1.
svn-id: r36236
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/voc.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/voc.cpp b/sound/voc.cpp index 0647568dc4..294c75b064 100644 --- a/sound/voc.cpp +++ b/sound/voc.cpp @@ -164,10 +164,6 @@ AudioStream *makeVOCStream(Common::ReadStream &stream, byte flags, uint loopStar if (!data) return 0; - // Default to unsigned sound data, if not flags set - if (!flags) - flags |= Audio::Mixer::FLAG_UNSIGNED; - return makeLinearInputStream(data, size, rate, flags | Audio::Mixer::FLAG_AUTOFREE, loopStart, loopEnd); } |
