diff options
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index eabc00b0f5..7e61675d2a 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2543,7 +2543,7 @@ void SimonEngine::scroll_timeout() { } } - add_vga_timer(2, NULL, 0, 0); + add_vga_timer(6, NULL, 0, 0); } void SimonEngine::vc_resume_sprite(byte *code_ptr, uint16 cur_file, uint16 cur_sprite) { |