diff options
author | Filippos Karapetis | 2010-07-28 22:41:03 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-07-28 22:41:03 +0000 |
commit | a2b6b84bfb43266a30dd9106148fe5a469181d7f (patch) | |
tree | b30d930d88497d8a25ec17c05cdecc72c92b88db /engines/sci | |
parent | fb35d46c1d5a2dd1b1b35d3a5a173b7a896c56c6 (diff) | |
download | scummvm-rg350-a2b6b84bfb43266a30dd9106148fe5a469181d7f.tar.gz scummvm-rg350-a2b6b84bfb43266a30dd9106148fe5a469181d7f.tar.bz2 scummvm-rg350-a2b6b84bfb43266a30dd9106148fe5a469181d7f.zip |
SCI: Changed a warning into a debug message
svn-id: r51444
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/kpathing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kpathing.cpp b/engines/sci/engine/kpathing.cpp index 53063376e7..30804a4a6b 100644 --- a/engines/sci/engine/kpathing.cpp +++ b/engines/sci/engine/kpathing.cpp @@ -944,7 +944,7 @@ static Common::Point *fixup_start_point(PathfindingState *s, const Common::Point } if ((type == POLY_BARRED_ACCESS) || (type == POLY_CONTAINED_ACCESS)) - warning("AvoidPath: start position at unreachable location"); + debug("AvoidPath: start position at unreachable location"); // The original start position is in an invalid location, so we // use the moved point and add the original one to the final path |