[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.87,1.88

Travis Howell kirben at users.sourceforge.net
Sat Oct 25 21:39:06 CEST 2003


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

Modified Files:
	vga.cpp 
Log Message:

Add more debug.


Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- vga.cpp	26 Oct 2003 04:35:35 -0000	1.87
+++ vga.cpp	26 Oct 2003 04:37:11 -0000	1.88
@@ -1010,6 +1010,9 @@
 		num = vc_read_next_byte() * _vga_base_delay;
 	}
 
+	if (_continous_vgascript)
+		fprintf(_dump_file, "; sleep_ex = %d\n", num + gss->VGA_DELAY_BASE);
+
 	add_vga_timer(num + gss->VGA_DELAY_BASE, _vc_ptr, _vga_cur_sprite_id, _vga_cur_file_id);
 	_vc_ptr = (byte *)&vc_get_out_of_code;
 }





More information about the Scummvm-git-logs mailing list