[Scummvm-cvs-logs] CVS: scummvm/scumm sprite_he.cpp,1.132,1.133

kirben kirben at users.sourceforge.net
Wed Apr 20 03:38:40 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2729/scumm

Modified Files:
	sprite_he.cpp 
Log Message:

Update debug message.


Index: sprite_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sprite_he.cpp,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- sprite_he.cpp	20 Apr 2005 10:33:19 -0000	1.132
+++ sprite_he.cpp	20 Apr 2005 10:38:13 -0000	1.133
@@ -373,6 +373,7 @@
 }
 
 int ScummEngine_v90he::spriteInfoGet_field_8C_90(int spriteId, int type) {
+	debug(0, "spriteInfoGet_field_8C_90: spriteId %d type 0x%x", spriteId, type);
 	checkRange(_varNumSprites, 1, spriteId, "Invalid sprite %d");
 
 	// XXX U32 related check
@@ -741,7 +742,7 @@
 }
 
 void ScummEngine_v90he::spriteInfoSet_field_8C_90(int spriteId, int type, int value) {
-	debug(0, "spriteInfoSet_field_8C_90: spriteId %d type %d", spriteId, type);
+	debug(0, "spriteInfoSet_field_8C_90: spriteId %d type 0x%x", spriteId, type);
 	checkRange(_varNumSprites, 1, spriteId, "Invalid sprite %d");
 	int delay;
 





More information about the Scummvm-git-logs mailing list