aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/sound.cpp')
-rw-r--r--engines/titanic/sound/sound.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/sound/sound.cpp b/engines/titanic/sound/sound.cpp
index dc8d0eeb21..7968a088da 100644
--- a/engines/titanic/sound/sound.cpp
+++ b/engines/titanic/sound/sound.cpp
@@ -22,6 +22,7 @@
#include "titanic/sound/sound.h"
#include "titanic/game_manager.h"
+#include "titanic/titanic.h"
namespace Titanic {
@@ -31,6 +32,7 @@ int CSoundItem::fn1() {
}
CSound::CSound(CGameManager *owner) : _gameManager(owner) {
+ g_vm->_movieManager.setSoundManager(&_soundManager);
}
void CSound::save(SimpleFile *file) const {