aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-06-19 21:09:51 +0000
committerPaweł Kołodziejski2003-06-19 21:09:51 +0000
commitc841ee636dcabd6a41846387248ddbc1f9c42dd8 (patch)
tree301b5a3dda1031590e3a013dfc59b37b148bf783 /scumm
parenta3feb4608087ed6ec65edcf116dc0926dab4f014 (diff)
downloadscummvm-rg350-c841ee636dcabd6a41846387248ddbc1f9c42dd8.tar.gz
scummvm-rg350-c841ee636dcabd6a41846387248ddbc1f9c42dd8.tar.bz2
scummvm-rg350-c841ee636dcabd6a41846387248ddbc1f9c42dd8.zip
again fix for v1 costume header
svn-id: r8565
Diffstat (limited to 'scumm')
-rw-r--r--scumm/costume.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 13c0b65162..4017165eeb 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -524,6 +524,7 @@ byte CostumeRenderer::drawLimb(const CostumeData &cost, int limb) {
ymoveCur = _ymove + _srcptr[3];
_xmove += _srcptr[4];
_ymove -= _srcptr[5];
+ _srcptr += 6;
} else {
// FIXME: those are here just in case... you never now...
assert(_srcptr[1] == 0);