diff options
| author | Torbjörn Andersson | 2004-10-08 07:07:34 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2004-10-08 07:07:34 +0000 |
| commit | aaa5ccae771a2dec9288b87a1c38bcea540d02e0 (patch) | |
| tree | 7f33e3157f1a271e63319bc4d079e30660179e84 | |
| parent | 903073df2e88e2b490c0f822d23abb7953181881 (diff) | |
| download | scummvm-rg350-aaa5ccae771a2dec9288b87a1c38bcea540d02e0.tar.gz scummvm-rg350-aaa5ccae771a2dec9288b87a1c38bcea540d02e0.tar.bz2 scummvm-rg350-aaa5ccae771a2dec9288b87a1c38bcea540d02e0.zip | |
Removed unnecessary whitespace
svn-id: r15465
| -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--; |
