fixes to resolutions
svn-id: r4893
This commit is contained in:
parent
a2ab750f88
commit
daa997fab2
10 changed files with 50 additions and 50 deletions
|
@ -1166,7 +1166,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 + (camera._cur.y - 100);
|
||||
eo->posY = objectY + (camera._cur.y - (_realHeight / 2));
|
||||
if (objectWidth == 0) {
|
||||
od = &_objs[getObjectIndex(objectNumber)];
|
||||
eo->width = od->width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue