[Scummvm-cvs-logs] CVS: scummvm/scumm verbs.cpp,1.10,1.11

Max Horn fingolfin at users.sourceforge.net
Thu Dec 12 16:56:04 CET 2002


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

Modified Files:
	verbs.cpp 
Log Message:
removed debug code I accidentally left in

Index: verbs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/verbs.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- verbs.cpp	13 Dec 2002 00:52:14 -0000	1.10
+++ verbs.cpp	13 Dec 2002 00:55:42 -0000	1.11
@@ -25,7 +25,6 @@
 #include "object.h"
 #include "resource.h"
 #include "verbs.h"
-#include "common/util.h"
 
 void Scumm::redrawVerbs()
 {
@@ -156,10 +155,6 @@
 		if (!_messagePtr)
 			return;
 		assert(_messagePtr);
-
-		if ((verb == 49 || verb == 48) && mode == 0) {
-			hexdump(_messagePtr, 32);
-		}
 
 		tmp = charset._center;
 		charset._center = 0;





More information about the Scummvm-git-logs mailing list