diff options
Diffstat (limited to 'simon/simon.h')
-rw-r--r-- | simon/simon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h index 8fbcf4d346..a4067dad26 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -901,7 +901,7 @@ public: void delete_vga_timer(VgaTimerEntry *vte); void vc_resume_thread(byte *code_ptr, uint16 cur_file, uint16 cur_sprite); - int vc_read_var_or_word(void *ptr); + int vc_read_var_or_word(); uint vc_read_next_word(); uint vc_read_next_byte(); uint vc_read_var(uint var); |