[Scummvm-cvs-logs] CVS: scummvm debug.cpp,1.37,1.38

Max Horn fingolfin at users.sourceforge.net
Sat Aug 24 14:58:03 CEST 2002


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

Modified Files:
	debug.cpp 
Log Message:
fixed warnings

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/debug.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- debug.cpp	18 Aug 2002 17:43:18 -0000	1.37
+++ debug.cpp	24 Aug 2002 21:57:00 -0000	1.38
@@ -270,7 +270,7 @@
 				printf("|%2d|%4d|%3d  %3d|%4d|%3d|%5d|%3d|%3d|%2d|%5d|%5d|%3d|%3d|$%02x|\n",
 							 a->number, a->room, a->x, a->y, a->elevation, a->costume,
 							 a->width, a->walkbox, a->moving, a->forceClip, a->frame,
-							 a->scalex, a->speedx, a->facing, _s->_classData[a->number]);
+							 a->scalex, a->speedx, a->facing, int(_s->_classData[a->number]&0xFF));
 		}
 	}
 	printf("+--------------------------------------------------------------+\n");





More information about the Scummvm-git-logs mailing list