From 8fd123992d746a3afa683b60790668757d0c9437 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Tue, 6 Jan 2004 17:28:29 +0000 Subject: synced imuse digital with local tree svn-id: r12187 --- scumm/akos.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scumm/akos.cpp') diff --git a/scumm/akos.cpp b/scumm/akos.cpp index c0b3570c4c..c47c1a9fd0 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -26,6 +26,7 @@ #include "scumm/akos.h" #include "scumm/bomp.h" #include "scumm/imuse.h" +#include "scumm/imuse_digi/dimuse.h" #include "scumm/sound.h" namespace Scumm { @@ -1328,7 +1329,7 @@ void ScummEngine::akos_queCommand(byte cmd, Actor *a, int param_1, int param_2) case 3: if (param_1 != 0) { if (_features & GF_DIGI_IMUSE) - _sound->playSound(param_1); + _imuseDigital->startSfx(param_1); else _sound->addSoundToQueue(param_1); } -- cgit v1.2.3