[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.67,1.68

Travis Howell kirben at users.sourceforge.net
Tue Jul 15 08:27:07 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv11459/simon

Modified Files:
	vga.cpp 
Log Message:

Remove unneeded warning


Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- vga.cpp	15 Jul 2003 07:29:23 -0000	1.67
+++ vga.cpp	15 Jul 2003 15:26:17 -0000	1.68
@@ -1154,11 +1154,6 @@
 	VgaSprite *vsp = find_cur_sprite();
 	vsp->image = vc_read_var_or_word();
 
-	if (vsp->id == 0) {
-		if (_debugMode)
-			warning("Trying to set XY of nonexistent sprite '%d'", _vga_cur_sprite_id);
-	}
-
 	vsp->x += (int16)vc_read_next_word();
 	vsp->y += (int16)vc_read_next_word();
 	if (!(_game & GF_SIMON2)) {





More information about the Scummvm-git-logs mailing list