Removed ugly object fix that was implemented while the flags were buggy. Now you can exit the village in LoomCd
svn-id: r3860
This commit is contained in:
parent
a7897157f5
commit
7961107156
1 changed files with 1 additions and 2 deletions
|
@ -2393,8 +2393,7 @@ void Scumm::o5_walkActorToObject() {
|
|||
obj = getVarOrDirectWord(0x40);
|
||||
if (whereIsObject(obj)!=WIO_NOT_FOUND) {
|
||||
getObjectXYPos(obj);
|
||||
if(_xPos !=0 && _yPos !=0) // fix while the early objects flags arent correct
|
||||
startWalkActor(a, _xPos, _yPos, _dir);
|
||||
startWalkActor(a, _xPos, _yPos, _dir);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue