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

Travis Howell kirben at users.sourceforge.net
Sat Dec 14 07:57:01 CET 2002


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

Modified Files:
	vga.cpp 
Log Message:

Missed one


Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- vga.cpp	14 Dec 2002 15:48:58 -0000	1.25
+++ vga.cpp	14 Dec 2002 15:56:17 -0000	1.26
@@ -115,12 +115,8 @@
 
 if (_continous_vgascript) {
 		if ((void *)_vc_ptr != (void *)&vc_get_out_of_code) {
-//      if (_vga_cur_sprite_id==62 && _vga_cur_file_id==68 ||
-//          _vga_cur_sprite_id==1 && _vga_cur_file_id==2) {
-			fprintf(_dump_file, "%.5d %.5X: %5d %4d ", _vga_tick_counter, _vc_ptr - _cur_vga_file_1,
-							_vga_cur_sprite_id, _vga_cur_file_id);
+			fprintf(_dump_file, "%.5d %.5X: %5d %4d ", _vga_tick_counter, _vc_ptr - _cur_vga_file_1, _vga_cur_sprite_id, _vga_cur_file_id);
 			dump_video_script(_vc_ptr, true);
-//      }
 		}
 }
 





More information about the Scummvm-git-logs mailing list