diff options
| -rw-r--r-- | scumm/costume.cpp | 1 | 
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); | 
