Changeset 45685
- Timestamp:
- 11/05/09 11:40:33 (7 weeks ago)
- Files:
-
- 1 modified
-
scummvm/trunk/engines/scumm/costume.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scummvm/trunk/engines/scumm/costume.cpp
r45403 r45685 871 871 ymoveCur = _ymove + PCE_SIGNED(_srcptr[4]); 872 872 _xmove += PCE_SIGNED(_srcptr[5]); 873 _ymove += PCE_SIGNED(_srcptr[6]);873 _ymove -= PCE_SIGNED(_srcptr[6]); 874 874 _srcptr += 7; 875 875 } else if (_loaded._format == 0x57) {
