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:
Vincent Hamm 2002-04-04 19:36:07 +00:00
parent a7897157f5
commit 7961107156

View file

@ -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);
}
}