From 1b38419b424cc7e16048dfc3860e0915fa568bd5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 26 Oct 2003 04:37:11 +0000 Subject: Add more debug. svn-id: r10971 --- simon/vga.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'simon') diff --git a/simon/vga.cpp b/simon/vga.cpp index 309b921d26..6fe357c0d2 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -1010,6 +1010,9 @@ void SimonEngine::vc_12_delay() { 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; } -- cgit v1.2.3