diff options
-rw-r--r-- | scumm/akos.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp index b3b2719402..285cd3320c 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -475,7 +475,7 @@ byte AkosRenderer::drawLimb(const Actor *a, int limb) { if (decflag == 0) continue; - + switch (codec) { case 1: result |= codec1(xmoveCur, ymoveCur); @@ -811,7 +811,6 @@ byte AkosRenderer::codec1(int xmoveCur, int ymoveCur) { } } - if (skip) skip--; |