mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
shouldn't be increased to next search object ?
svn-id: r7009
This commit is contained in:
parent
1623dee298
commit
a114ddbbf7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user