fixed a typo that broke all games after LoomCd

svn-id: r3588
This commit is contained in:
Vincent Hamm 2002-02-15 01:16:27 +00:00
parent d87e8bba23
commit 3eb368b761

View File

@ -262,7 +262,7 @@ void Scumm::setVerbObject(uint room, uint object, uint verb) {
if (whereIsObject(object) == WIO_FLOBJECT)
error("Can't grab verb image from flobject");
if(_features |= GF_SMALL_HEADER) {
if(_features & GF_SMALL_HEADER) {
for(i = _numObjectsInRoom; i>0; i--) {
if(_objs[i].obj_nr == object) {
findObjectInRoom(&foir, foImageHeader, object, room);