[Scummvm-cvs-logs] CVS: scummvm-new/scumm debug.cpp,1.1.1.1,1.2

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


Update of /cvsroot/scummvm/scummvm-new/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv19814/scumm

Modified Files:
	debug.cpp 
Log Message:
fixed warnings

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm-new/scumm/debug.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- debug.cpp	21 Aug 2002 16:07:27 -0000	1.1.1.1
+++ debug.cpp	24 Aug 2002 21:56:58 -0000	1.2
@@ -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