Change needed for HE 71 too.
svn-id: r14984
This commit is contained in:
parent
9eb69ed03a
commit
655728fe7d
5 changed files with 9 additions and 21 deletions
|
@ -554,10 +554,12 @@ void ScummEngine_v7he::o7_pickupObject() {
|
|||
|
||||
addObjectToInventory(obj, room);
|
||||
putOwner(obj, VAR(VAR_EGO));
|
||||
putClass(obj, kObjectClassUntouchable, 1);
|
||||
putState(obj, 1);
|
||||
markObjectRectAsDirty(obj);
|
||||
clearDrawObjectQueue();
|
||||
if (_heversion <= 70) {
|
||||
putClass(obj, kObjectClassUntouchable, 1);
|
||||
putState(obj, 1);
|
||||
markObjectRectAsDirty(obj);
|
||||
clearDrawObjectQueue();
|
||||
}
|
||||
runInventoryScript(obj); /* Difference */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue