[Scummvm-cvs-logs] SF.net SVN: scummvm: [31780] scummvm/trunk/engines/made/script.cpp

john_doe at users.sourceforge.net john_doe at users.sourceforge.net
Tue Apr 29 23:52:26 CEST 2008


Revision: 31780
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31780&view=rev
Author:   john_doe
Date:     2008-04-29 14:52:26 -0700 (Tue, 29 Apr 2008)

Log Message:
-----------
Turned printf into warning.

Modified Paths:
--------------
    scummvm/trunk/engines/made/script.cpp

Modified: scummvm/trunk/engines/made/script.cpp
===================================================================
--- scummvm/trunk/engines/made/script.cpp	2008-04-29 21:51:55 UTC (rev 31779)
+++ scummvm/trunk/engines/made/script.cpp	2008-04-29 21:52:26 UTC (rev 31780)
@@ -302,7 +302,7 @@
 			debug(4, "opcode = %s\n", _commands[opcode - 1].desc);
 			(this->*_commands[opcode - 1].proc)();
 		} else {
-			printf("ScriptInterpreter::runScript(%d) Unknown opcode %02X\n", _runningScriptObjectIndex, opcode);
+			warning("ScriptInterpreter::runScript(%d) Unknown opcode %02X\n", _runningScriptObjectIndex, opcode);
 		}
 	}
 


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