[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.120,1.121 vga.cpp,1.24,1.25

Travis Howell kirben at users.sourceforge.net
Sat Dec 14 07:49:04 CET 2002


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

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

Remove commented code thats no longer needed.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- simon.cpp	14 Dec 2002 15:35:32 -0000	1.120
+++ simon.cpp	14 Dec 2002 15:48:58 -0000	1.121
@@ -2438,7 +2438,6 @@
 
 get_out:;
 	o_unk_132_helper_3();
-//      clear_keydowns();
 
 	_base_time = time(NULL) - save_time + _base_time;
 	_copy_partial_mode = 0;

Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- vga.cpp	8 Dec 2002 15:39:57 -0000	1.24
+++ vga.cpp	14 Dec 2002 15:48:58 -0000	1.25
@@ -607,9 +607,6 @@
 	if (state.image == 0)
 		return;
 
-//  if (_vga_cur_sprite_id != 802)
-//    return;
-
 	state.base_color = (_vc_ptr[1] << 4);
 	_vc_ptr += 2;
 	state.x = (int16)vc_read_next_word();





More information about the Scummvm-git-logs mailing list