shouldn't be increased to next search object ?

svn-id: r7009
This commit is contained in:
Paweł Kołodziejski 2003-04-13 21:47:48 +00:00
parent 1623dee298
commit a114ddbbf7

View File

@ -988,10 +988,11 @@ void Scumm::findObjectInRoom(FindObjectInRoom *fo, byte findWhat, uint id, uint
}
if (findWhat & foImageHeader) {
fo->obim = obimptr;
fo->imhd = 0; // TODO - FIXME: is this used at all?
fo->imhd = NULL;
}
break;
}
searchptr += 2;
}
return;
}