[Scummvm-cvs-logs] CVS: scummvm debug.cpp,1.33,1.34

Max Horn fingolfin at users.sourceforge.net
Fri Jul 26 10:09:06 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv22616

Modified Files:
	debug.cpp 
Log Message:
fixed stupid typoe

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/debug.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- debug.cpp	25 Jul 2002 21:15:55 -0000	1.33
+++ debug.cpp	26 Jul 2002 17:08:20 -0000	1.34
@@ -132,7 +132,7 @@
 				_s->getBoxCoordinates(i, &box);
 				flags = _s->getBoxFlags(i);
 				printf("%d: [%d x %d] [%d x %d] [%d x %d] [%d x %d], flags=0x%02x\n", i,
-							 box.ul.x, box.ul.y, box.ll.x, box.ll.y, box.ur.x, box.ur.y, box.lr.x, box.lr.y), flags;
+							 box.ul.x, box.ul.y, box.ll.x, box.ll.y, box.ur.x, box.ur.y, box.lr.x, box.lr.y, flags);
 			}
 		}
 		return true;





More information about the Scummvm-git-logs mailing list