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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Feb 9 00:07:12 CET 2011


Revision: 55837
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55837&view=rev
Author:   thebluegr
Date:     2011-02-08 23:07:11 +0000 (Tue, 08 Feb 2011)

Log Message:
-----------
SCI: Changed the warning when applying script patches into a debug output call

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

Modified: scummvm/trunk/engines/sci/engine/script_patches.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/script_patches.cpp	2011-02-08 23:00:28 UTC (rev 55836)
+++ scummvm/trunk/engines/sci/engine/script_patches.cpp	2011-02-08 23:07:11 UTC (rev 55837)
@@ -1256,7 +1256,7 @@
 					foundOffset = findSignature(signatureTable, scriptData, scriptSize);
 					if (foundOffset != -1) {
 						// found, so apply the patch
-						warning("matched and patched %s on script %d offset %d", signatureTable->description, scriptNr, foundOffset);
+						debugC(kDebugLevelScripts, "matched and patched %s on script %d offset %d", signatureTable->description, scriptNr, foundOffset);
 						applyPatch(signatureTable->patch, scriptData, scriptSize, foundOffset);
 					}
 					applyCount--;


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