aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/akos.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index 7098a3cbf8..1030244f09 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -1218,8 +1218,7 @@ bool ScummEngine::akos_increaseAnim(Actor *a, int chan, const byte *aksq, const
a->flip = GW(2) != 0;
continue;
case AKC_CmdQue3:
-// tmp = GB(2); // previous
- tmp = GB(2) - 1;
+ tmp = GB(2);
if ((uint) tmp < 8)
akos_queCommand(3, a, a->sound[tmp], 0);
continue;