SCUMM: Fix regression in updated Russian version of Freddi Fish 1.

This commit is contained in:
Kirben 2014-09-10 23:05:29 +10:00
parent b47387d4d0
commit 472e325bc4

View File

@ -1013,7 +1013,6 @@ void ScummEngine::resetRoomObject(ObjectData *od, const byte *room, const byte *
od->actordir = (byte)READ_LE_UINT16(&imhd->v7.actordir);
} else if (_game.version == 6) {
assert(imhd);
od->obj_nr = READ_LE_UINT16(&(cdhd->v6.obj_id));
od->width = READ_LE_UINT16(&cdhd->v6.w);