aboutsummaryrefslogtreecommitdiff
path: root/boxes.cpp
diff options
context:
space:
mode:
authorJames Brown2002-02-14 12:57:29 +0000
committerJames Brown2002-02-14 12:57:29 +0000
commitc88e7351b4233b079e934e87945c8efb2539b38a (patch)
treeba084fca7d7f6137326e20e66a499f5451cddb32 /boxes.cpp
parentd59b949833e3df89dc62a555c60d0fb2294fd50a (diff)
downloadscummvm-rg350-c88e7351b4233b079e934e87945c8efb2539b38a.tar.gz
scummvm-rg350-c88e7351b4233b079e934e87945c8efb2539b38a.tar.bz2
scummvm-rg350-c88e7351b4233b079e934e87945c8efb2539b38a.zip
Some small Zak256 fixes.
svn-id: r3577
Diffstat (limited to 'boxes.cpp')
-rw-r--r--boxes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boxes.cpp b/boxes.cpp
index 9135ee8498..bdf48944bb 100644
--- a/boxes.cpp
+++ b/boxes.cpp
@@ -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 */