[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.46,2.47

Max Horn fingolfin at users.sourceforge.net
Fri Apr 11 19:40:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv19404

Modified Files:
	gfx.cpp 
Log Message:
oops, forgot debug output

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.46
retrieving revision 2.47
diff -u -d -r2.46 -r2.47
--- gfx.cpp	12 Apr 2003 02:38:40 -0000	2.46
+++ gfx.cpp	12 Apr 2003 02:39:16 -0000	2.47
@@ -842,9 +842,6 @@
 	bool lightsOn;
 	bool useOrDecompress;
 
-printf("drawBitmap (%d, %d, %d)\n", x, y, h);
-hexdump(ptr, 0x40);
-
 	// Check whether lights are turned on or not
 	lightsOn = (_vm->_features & GF_AFTER_V6) || (vs->number != 0) || (_vm->_vars[_vm->VAR_CURRENT_LIGHTS] & LIGHTMODE_screen);
 





More information about the Scummvm-git-logs mailing list