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.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/mads/sound.cpp b/engines/mads/sound.cpp
index b6563ce792..2b8bb1e08a 100644
--- a/engines/mads/sound.cpp
+++ b/engines/mads/sound.cpp
@@ -68,7 +68,10 @@ void SoundManager::init(int sectionNumber) {
_driver = new Nebular::ASound6(_mixer);
break;
case 7:
- _driver = new Nebular::ASound1(_mixer);
+ _driver = new Nebular::ASound7(_mixer);
+ break;
+ case 8:
+ _driver = new Nebular::ASound8(_mixer);
break;
default:
_driver = nullptr;