mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
SCUMM: Fix regression in updated Russian version of Freddi Fish 1.
This commit is contained in:
parent
b47387d4d0
commit
472e325bc4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user