aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xeen.cpp')
-rw-r--r--engines/xeen/xeen.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index 90349858ee..3b317f52d6 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -95,9 +95,10 @@ void XeenEngine::initialize() {
_screen = new Screen(this);
_scripts = new Scripts(this);
_screen->setupWindows();
- _sound = new SoundManager(this);
+ _sound = new SoundManager(this, _mixer);
_spells = new Spells(this);
_town = new Town(this);
+ VOC::init(this);
File f("029.obj");
_eventData = f.readStream(f.size());