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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/sound.cpp b/engines/mads/sound.cpp
index 79a2b4ee5f..b6563ce792 100644
--- a/engines/mads/sound.cpp
+++ b/engines/mads/sound.cpp
@@ -67,6 +67,9 @@ void SoundManager::init(int sectionNumber) {
case 6:
_driver = new Nebular::ASound6(_mixer);
break;
+ case 7:
+ _driver = new Nebular::ASound1(_mixer);
+ break;
default:
_driver = nullptr;
break;