aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/costume.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 40369e9d85..c1a0d3cfcd 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -985,14 +985,12 @@ void NESCostumeLoader::loadCostume(int id) {
_id = id;
_baseptr = _vm->getResourceAddress(rtCostume, id);
- _dataOffsets = _baseptr + 4;
+ _dataOffsets = _baseptr + 2;
frameset = 0;
framenum = 0;
src = _dataOffsets;
- // Cost(a)
- offset = src[(frameset * 4 + framenum) * 2];
// Lookup & desc
offset = READ_LE_UINT16(_vm->_NEScostdesc + v1MMNESLookup[_id] * 2);