From dfc9ac50dfb21d7021e3edbd63140ed4c177167c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 2 Jan 2004 04:58:39 +0000 Subject: Fix missing sfx in puttputt svn-id: r12081 --- scumm/akos.cpp | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3