diff options
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 04ca0538b9..4a0f77aa6b 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2722,7 +2722,8 @@ get_out:; #endif } -void SimonState::o_wait_for_vga(uint _vga_wait_for) { +void SimonState::o_wait_for_vga(uint a) { + _vga_wait_for = a; _timer_1 = 0; _exit_cutscene = false; _skip_speech = false; |