diff options
Diffstat (limited to 'simon/simon.h')
-rw-r--r-- | simon/simon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/simon/simon.h b/simon/simon.h index fa5d7a9ee2..c73f7e78f1 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -173,8 +173,9 @@ public: bool _dx_use_3_or_4_for_lock; bool _mouse_pos_changed; - bool _mainscript_toggle; - bool _vgascript_toggle; + bool _start_mainscript; + bool _continous_mainscript; + bool _continous_vgascript; bool _vk_t_toggle; byte _mouse_cursor; bool _vga_var9; |