[Scummvm-cvs-logs] SF.net SVN: scummvm:[47239] scummvm/trunk/engines/sci/engine/kpathing.cpp
waltervn at users.sourceforge.net
waltervn at users.sourceforge.net
Mon Jan 11 00:55:15 CET 2010
Revision: 47239
http://scummvm.svn.sourceforge.net/scummvm/?rev=47239&view=rev
Author: waltervn
Date: 2010-01-10 23:55:15 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
SCI: Fix default optimization level in AvoidPath
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-01-10 22:30:12 UTC (rev 47238)
+++ scummvm/trunk/engines/sci/engine/kpathing.cpp 2010-01-10 23:55:15 UTC (rev 47239)
@@ -1810,7 +1810,7 @@
case 8 : {
Common::Point end = Common::Point(argv[2].toSint16(), argv[3].toSint16());
reg_t poly_list, output;
- int width, height, opt = 0;
+ int width, height, opt = 1;
if (getSciVersion() >= SCI_VERSION_2) {
if (argc < 7)
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