From 621d83c66b0d9781835c274fe23c2ae2d12bc604 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Tue, 16 Aug 2016 19:38:52 +0200 Subject: DM: Add SoundMan_Atari --- engines/dm/dm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/dm/dm.cpp') 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(); -- cgit v1.2.3