aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-16 19:38:52 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit621d83c66b0d9781835c274fe23c2ae2d12bc604 (patch)
treef76d0593e1437862d8d8f64b31969e325130f870 /engines/dm/dm.cpp
parent0eb61d0a7d1450ca79adfe8ef4bd3874de51ce67 (diff)
downloadscummvm-rg350-621d83c66b0d9781835c274fe23c2ae2d12bc604.tar.gz
scummvm-rg350-621d83c66b0d9781835c274fe23c2ae2d12bc604.tar.bz2
scummvm-rg350-621d83c66b0d9781835c274fe23c2ae2d12bc604.zip
DM: Add SoundMan_Atari
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index 19003bb7f1..e22a41dee6 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -224,7 +224,7 @@ DMEngine::~DMEngine() {
delete _dialog;
delete _sound;
-
+
delete[] _savedScreenForOpenEntranceDoors;
// clear debug channels
@@ -361,7 +361,7 @@ Common::Error DMEngine::run() {
_timeline = new Timeline(this);
_projexpl = new ProjExpl(this);
_dialog = new DialogMan(this);
- _sound = new SoundMan(this);
+ _sound = SoundMan::getSoundMan(this, _gameVersion);
_displayMan->setUpScreens(320, 200);
f463_initializeGame();