aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/sound_adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp
index a339d3f7f4..4328fd2cfa 100644
--- a/engines/kyra/sound_adlib.cpp
+++ b/engines/kyra/sound_adlib.cpp
@@ -1984,7 +1984,7 @@ void SoundAdlibPC::stopMusic() {
void SoundAdlibPC::playTrack(uint8 track, bool looping) {
// snd_stopSound();
// snd_unk1();
- //playSoundEffect(track);
+ playSoundEffect(track);
}
void SoundAdlibPC::haltTrack() {