aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-03 19:07:38 -0400
committerPaul Gilbert2016-07-15 19:27:16 -0400
commit8b2d85f8e5b30aeb73817894974a4db53588565b (patch)
tree2ef506017bf8c814f86e956773ed383729756d2a /engines/titanic/sound/sound.cpp
parentfb06cb4dde4d612289ea1b5830f8cd1c9e1bedfc (diff)
downloadscummvm-rg350-8b2d85f8e5b30aeb73817894974a4db53588565b.tar.gz
scummvm-rg350-8b2d85f8e5b30aeb73817894974a4db53588565b.tar.bz2
scummvm-rg350-8b2d85f8e5b30aeb73817894974a4db53588565b.zip
TITANIC: Figured out remainder of CMovieManager
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 {