aboutsummaryrefslogtreecommitdiff
path: root/sword1/credits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/credits.cpp')
-rw-r--r--sword1/credits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/credits.cpp b/sword1/credits.cpp
index 527bf74a0f..9db7217156 100644
--- a/sword1/credits.cpp
+++ b/sword1/credits.cpp
@@ -113,7 +113,7 @@ void CreditsPlayer::play(void) {
// everything's initialized, time to render and show the credits.
PlayingSoundHandle bgSound;
- _mixer->playInputStream(SoundMixer::kMusicAudioDataType, &bgSound, bgSoundStream, 0);
+ _mixer->playInputStream(SoundMixer::kMusicSoundType, &bgSound, bgSoundStream, 0);
int relDelay = 0;
uint16 scrollY = 0;