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 d207c7b4db..55587406b1 100644
--- a/sword1/credits.cpp
+++ b/sword1/credits.cpp
@@ -112,7 +112,7 @@ void CreditsPlayer::play(void) {
_system->updateScreen();
// everything's initialized, time to render and show the credits.
- SoundHandle bgSound;
+ Audio::SoundHandle bgSound;
_mixer->playInputStream(Audio::Mixer::kMusicSoundType, &bgSound, bgSoundStream, 0);
int relDelay = 0;