aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-02-05 07:27:30 +0000
committerTravis Howell2004-02-05 07:27:30 +0000
commitd3eefc060e12ef9aa663b982720c64b4a32805ea (patch)
tree4e5ecd0474e7d495954f74f1449f2f472c8f1f37 /scumm/akos.cpp
parent180778b524ac5df924b8f94ecd8ba5449b37b3bc (diff)
downloadscummvm-rg350-d3eefc060e12ef9aa663b982720c64b4a32805ea.tar.gz
scummvm-rg350-d3eefc060e12ef9aa663b982720c64b4a32805ea.tar.bz2
scummvm-rg350-d3eefc060e12ef9aa663b982720c64b4a32805ea.zip
Enable and adjust for FT.
svn-id: r12724
Diffstat (limited to 'scumm/akos.cpp')
-rw-r--r--scumm/akos.cpp6
1 files changed, 3 insertions, 3 deletions
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;