From 908e80060da53882360c8a89fd06fb5affacd075 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 11 Apr 2004 18:07:03 +0000 Subject: forgot that svn-id: r13544 --- scumm/akos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/akos.cpp b/scumm/akos.cpp index a36748b2e9..7e8709b163 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -1344,7 +1344,7 @@ void ScummEngine::akos_queCommand(byte cmd, Actor *a, int param_1, int param_2) case 9: if (param_1 != 0) { if (_imuseDigital) { -// _imuseDigital->setPriority(param_1, param_2); + _imuseDigital->setPriority(param_1, param_2); } } break; -- cgit v1.2.3