aboutsummaryrefslogtreecommitdiff
path: root/sound/mp3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mp3.cpp')
-rw-r--r--sound/mp3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mp3.cpp b/sound/mp3.cpp
index 47c93a4df7..708d3396b9 100644
--- a/sound/mp3.cpp
+++ b/sound/mp3.cpp
@@ -380,7 +380,7 @@ void MP3TrackInfo::play(SoundMixer *mixer, PlayingSoundHandle *handle, int start
// Play it
AudioStream *input = new MP3InputStream(_file, durationTime);
- mixer->playInputStream(SoundMixer::kMusicAudioDataType, handle, input);
+ mixer->playInputStream(SoundMixer::kMusicSoundType, handle, input);
}
MP3TrackInfo::~MP3TrackInfo() {