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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu Jan 20 13:40:18 CET 2011


Revision: 55352
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55352&view=rev
Author:   drmccoy
Date:     2011-01-20 12:40:17 +0000 (Thu, 20 Jan 2011)

Log Message:
-----------
GOB: Removing a useless debug warning

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

Modified: scummvm/trunk/engines/gob/inter_v5.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v5.cpp	2011-01-20 12:39:54 UTC (rev 55351)
+++ scummvm/trunk/engines/gob/inter_v5.cpp	2011-01-20 12:40:17 UTC (rev 55352)
@@ -112,8 +112,6 @@
 	width = _vm->_game->_script->readValExpr();
 	height = _vm->_game->_script->readValExpr();
 
-	warning("initScreen: %d, %d, %d, %d", width, height, offY, videoMode);
-
 	_vm->_video->clearScreen();
 
 	if (videoMode == 0x13) {


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