Implemented multiple image blast object

svn-id: r3690
This commit is contained in:
Vincent Hamm 2002-03-08 20:57:09 +00:00
parent fb49fa04ba
commit 66b8932d83
2 changed files with 5 additions and 2 deletions

View file

@ -1154,8 +1154,11 @@ void Scumm::drawEnqueuedObject(EnqueuedObject *eo) {
return;
}
if(eo->l == 0)
eo->l = 1;
assert(ptr);
ptr = findResource(MKID('IM01'), ptr);
ptr = findResource(IMxx_tags[eo->l], ptr);
assert(ptr);
bomp = findResourceData(MKID('BOMP'), ptr);