[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.210,1.211 vga.cpp,1.53,1.54

Travis Howell kirben at users.sourceforge.net
Sat May 24 02:06:05 CEST 2003


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

Modified Files:
	simon.cpp vga.cpp 
Log Message:

Remove a few old asserts and xxx which was not needed


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -d -r1.210 -r1.211
--- simon.cpp	24 May 2003 07:55:53 -0000	1.210
+++ simon.cpp	24 May 2003 09:05:25 -0000	1.211
@@ -2301,7 +2301,6 @@
 	}
 
 	_lock_word &= ~0x20;
-	// XXX: fix
 
 	if (!(_game & GF_SIMON2)) {
 		if (_unk_pal_flag) {
@@ -2461,8 +2460,6 @@
 
 void SimonState::add_vga_timer(uint num, byte *code_ptr, uint cur_sprite, uint cur_file) {
 	VgaTimerEntry *vte;
-
-//  assert( (uint)READ_BE_UINT16_UNALIGNED(&*(uint16*)code_ptr) <= 63);
 
 	_lock_word |= 1;
 

Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- vga.cpp	21 May 2003 17:49:33 -0000	1.53
+++ vga.cpp	24 May 2003 09:05:25 -0000	1.54
@@ -1482,8 +1482,6 @@
 		p += step;
 		y1 = READ_BE_UINT16_UNALIGNED(p) - y2;
 
-//    assert(READ_BE_UINT16_UNALIGNED(&p[1]) != 999);
-
 		vp[0] = y1 >> 1;
 		vp[1] = y1 - (y1 >> 1);
 





More information about the Scummvm-git-logs mailing list