Some small Zak256 fixes.

svn-id: r3577
This commit is contained in:
James Brown 2002-02-14 12:57:29 +00:00
parent d59b949833
commit c88e7351b4
3 changed files with 8 additions and 7 deletions

View file

@ -459,7 +459,7 @@ int Scumm::findPathTowards(Actor *a, byte box1nr, byte box2nr, byte box3nr) {
box2.ll = box2.lr;
box2.lr = tmp;
}
error("findPathTowards: default");
warning("findPathTowards: default"); // FIXME: ZAK256
}
void Scumm::setBoxFlags(int box, int val) {
/* FULL_THROTTLE stuff */