[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.386,1.387

Travis Howell kirben at users.sourceforge.net
Sat Dec 20 16:04:01 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

Enable more debugging output


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -d -r1.386 -r1.387
--- simon.cpp	20 Dec 2003 10:21:32 -0000	1.386
+++ simon.cpp	21 Dec 2003 00:03:15 -0000	1.387
@@ -4003,7 +4003,8 @@
 	for (;;) {
 		if (READ_BE_UINT16(&((VgaFile1Struct0x6 *) p)->id) == vga_sprite_id) {
 
-			//dump_vga_script(pp + READ_BE_UINT16(&((VgaFile1Struct0x6*)p)->script_offs), vga_res, vga_sprite_id);
+			if (_start_vgascript)
+				dump_vga_script(pp + READ_BE_UINT16(&((VgaFile1Struct0x6*)p)->script_offs), vga_res, vga_sprite_id);
 
 			add_vga_timer(VGA_DELAY_BASE, pp + READ_BE_UINT16(&((VgaFile1Struct0x6 *) p)->script_offs), vga_sprite_id, vga_res);
 			break;





More information about the Scummvm-git-logs mailing list