mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
Fixed missing inventory in dig
svn-id: r4374
This commit is contained in:
parent
cd037279ad
commit
6fada4e7dc
@ -1177,7 +1177,7 @@ void Scumm::enqueueObject(int objectNumber, int objectX, int objectY, int object
|
||||
eo->areaWidth = _enqueue_d;
|
||||
eo->areaHeight = _enqueue_e;
|
||||
eo->posX = objectX + (camera._cur.x & 7);
|
||||
eo->posY = objectY;
|
||||
eo->posY = objectY + (camera._cur.y - 100);
|
||||
if (objectWidth == 0) {
|
||||
od = &_objs[getObjectIndex(objectNumber)];
|
||||
eo->width = od->width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user