tentacle (and maybe others) were reading too far.
Hopefully this way will work better. svn-id: r15305
This commit is contained in:
parent
9dcd1d5ccd
commit
9df6b70990
2 changed files with 2 additions and 2 deletions
|
@ -495,7 +495,7 @@ void ScummEngine::drawObject(int obj, int arg) {
|
|||
if (_heversion >= 70 && findResource(MKID('SMAP'), ptr) == NULL)
|
||||
gdi.drawBMAPObject(ptr, &virtscr[0], obj, od.x_pos * 8, od.y_pos * 8, od.width * 8, od.height * 8);
|
||||
else
|
||||
gdi.drawBitmap(ptr, &virtscr[0], x, ypos, width * 8, height, x - xpos, numstrip, flags);
|
||||
gdi.drawBitmap(ptr, &virtscr[0], x, ypos, _roomWidth, height, x - xpos, numstrip, flags);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue