From d3eefc060e12ef9aa663b982720c64b4a32805ea Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 5 Feb 2004 07:27:30 +0000 Subject: Enable and adjust for FT. svn-id: r12724 --- scumm/akos.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scumm') diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 1f6062b888..1099bfa734 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -1347,21 +1347,21 @@ void ScummEngine::akos_queCommand(byte cmd, Actor *a, int param_1, int param_2) case 7: if (param_1 != 0) { if (_imuseDigital) { -// _imuseDigital->parseScriptCmds(12, param_1, 0x600, param_2, 0, 0, 0, 0); + _imuseDigital->parseScriptCmds(12, param_1 - 1, 0x600, param_2, 0, 0, 0, 0); } } break; case 8: if (param_1 != 0) { if (_imuseDigital) { -// _imuseDigital->parseScriptCmds(12, param_1, 0x700, param_2, 0, 0, 0, 0); + _imuseDigital->parseScriptCmds(12, param_1 - 1, 0x700, param_2, 0, 0, 0, 0); } } break; case 9: if (param_1 != 0) { if (_imuseDigital) { -// _imuseDigital->parseScriptCmds(12, param_1, 0x500, param_2, 0, 0, 0, 0); + _imuseDigital->parseScriptCmds(12, param_1 - 1, 0x500, param_2, 0, 0, 0, 0); } } break; -- cgit v1.2.3