[Scummvm-cvs-logs] CVS: scummvm/scumm verbs.cpp,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Fri Nov 29 07:49:02 CET 2002


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

Modified Files:
	verbs.cpp 
Log Message:
oops, left in debug output

Index: verbs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/verbs.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- verbs.cpp	29 Nov 2002 15:13:46 -0000	1.6
+++ verbs.cpp	29 Nov 2002 15:47:57 -0000	1.7
@@ -82,8 +82,6 @@
 	if (_verbMouseOver == verb)
 		return;
 
-printf("verbMouseOver: verb = %d, type = %d\n", verb, _verbs[verb].type);
-
 	if (_verbs[_verbMouseOver].type != 1) {
 		drawVerb(_verbMouseOver, 0);
 		_verbMouseOver = verb;





More information about the Scummvm-git-logs mailing list