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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Jan 31 14:43:17 CET 2007


Revision: 25308
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25308&view=rev
Author:   drmccoy
Date:     2007-01-31 05:43:16 -0800 (Wed, 31 Jan 2007)

Log Message:
-----------
Removed debug output I accidentally checked in

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

Modified: scummvm/trunk/engines/gob/inter_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v2.cpp	2007-01-31 13:17:50 UTC (rev 25307)
+++ scummvm/trunk/engines/gob/inter_v2.cpp	2007-01-31 13:43:16 UTC (rev 25308)
@@ -1491,7 +1491,6 @@
 	cmd = load16();
 	_vm->_global->_inter_execPtr += 2;
 
-	warning("goblinFunc %d", cmd);
 	if (cmd != 101)
 		executeGoblinOpcode(cmd, extraData, NULL, NULL);
 	return false;


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