[Scummvm-cvs-logs] SF.net SVN: scummvm:[51444] scummvm/trunk/engines/sci/engine/kpathing.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jul 29 00:41:04 CEST 2010


Revision: 51444
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51444&view=rev
Author:   thebluegr
Date:     2010-07-28 22:41:03 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
SCI: Changed a warning into a debug message

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kpathing.cpp

Modified: scummvm/trunk/engines/sci/engine/kpathing.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kpathing.cpp	2010-07-28 22:36:22 UTC (rev 51443)
+++ scummvm/trunk/engines/sci/engine/kpathing.cpp	2010-07-28 22:41:03 UTC (rev 51444)
@@ -944,7 +944,7 @@
 				}
 
 				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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list