[Scummvm-cvs-logs] SF.net SVN: scummvm:[55287] scummvm/trunk/engines/gob/inter_v1.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jan 18 08:02:42 CET 2011


Revision: 55287
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55287&view=rev
Author:   drmccoy
Date:     2011-01-18 07:02:42 +0000 (Tue, 18 Jan 2011)

Log Message:
-----------
GOB: Increase debug level for a debug message

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_v1.cpp

Modified: scummvm/trunk/engines/gob/inter_v1.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v1.cpp	2011-01-18 06:30:47 UTC (rev 55286)
+++ scummvm/trunk/engines/gob/inter_v1.cpp	2011-01-18 07:02:42 UTC (rev 55287)
@@ -831,7 +831,7 @@
 
 		_vm->_game->_script->skip(_vm->_game->_script->peekUint16(2) + 2);
 
-		debugC(5, kDebugGameFlow, "cmd = %d", (int16) _vm->_game->_script->peekByte());
+		debugC(6, kDebugGameFlow, "cmd = %d", (int16) _vm->_game->_script->peekByte());
 
 		cmd = _vm->_game->_script->readByte() >> 4;
 		if (cmd != 12)
@@ -841,7 +841,7 @@
 	} else {
 		_vm->_game->_script->skip(_vm->_game->_script->peekUint16(2) + 2);
 
-		debugC(5, kDebugGameFlow, "cmd = %d", (int16) _vm->_game->_script->peekByte());
+		debugC(6, kDebugGameFlow, "cmd = %d", (int16) _vm->_game->_script->peekByte());
 
 		cmd = _vm->_game->_script->readByte() >> 4;
 		if (cmd != 12)


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