aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/sound.cpp')
-rw-r--r--engines/mads/sound.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/sound.cpp b/engines/mads/sound.cpp
index 335afb4cdb..e3590f5ce7 100644
--- a/engines/mads/sound.cpp
+++ b/engines/mads/sound.cpp
@@ -42,7 +42,9 @@ void SoundManager::setVm(MADSEngine *vm, Audio::Mixer *mixer) {
void SoundManager::test() {
_asound = new Nebular::ASound1(_mixer);
+ _asound->command(5);
_asound->command(28);
+ _asound->command(19);
}
void SoundManager::poll() {