Add more debug.

svn-id: r10971
This commit is contained in:
Travis Howell 2003-10-26 04:37:11 +00:00
parent b16d51a257
commit 1b38419b42

View File

@ -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;
}