aboutsummaryrefslogtreecommitdiff
path: root/sound/aiff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/aiff.cpp')
-rw-r--r--sound/aiff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aiff.cpp b/sound/aiff.cpp
index 69fb806420..6ac9a45372 100644
--- a/sound/aiff.cpp
+++ b/sound/aiff.cpp
@@ -174,7 +174,7 @@ SeekableAudioStream *makeAIFFStream(Common::SeekableReadStream &stream) {
// Since we allocated our own buffer for the data, we must set the autofree flag.
flags |= Audio::Mixer::FLAG_AUTOFREE;
- return makeLinearInputStream(data, size, rate, flags, 0, 0);
+ return makeLinearInputStream(data, size, rate, flags);
}
} // End of namespace Audio