diff options
author | Johannes Schickel | 2006-03-01 18:18:16 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-03-01 18:18:16 +0000 |
commit | ce63f2bc38ada593b24172a0cf6a59b263941c4e (patch) | |
tree | c5208af6553e7fd044fb3fc6abf4de9b34fc344b /engines/kyra | |
parent | 730eaf2dca0f513516cd4ef07b5cbb5b38d647ed (diff) | |
download | scummvm-rg350-ce63f2bc38ada593b24172a0cf6a59b263941c4e.tar.gz scummvm-rg350-ce63f2bc38ada593b24172a0cf6a59b263941c4e.tar.bz2 scummvm-rg350-ce63f2bc38ada593b24172a0cf6a59b263941c4e.zip |
Oops forgot to enable music again.
svn-id: r20993
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/sound_adlib.cpp | 2 |
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() { |