wow, now this is a stupid bug... fixes various issues in Zak256 at the very least

svn-id: r7622
This commit is contained in:
Max Horn 2003-05-18 02:22:26 +00:00
parent 0a8cdad264
commit 1156abd532

View file

@ -1093,7 +1093,7 @@ void Scumm_v5::o5_getClosestObjActor() {
} }
} while (--obj >= VAR(VAR_ACTOR_RANGE_MIN)); } while (--obj >= VAR(VAR_ACTOR_RANGE_MIN));
setResult(closest_dist); setResult(closest_obj);
} }
void Scumm_v5::o5_getDist() { void Scumm_v5::o5_getDist() {