aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2002-12-01 08:56:04 +0000
committerTravis Howell2002-12-01 08:56:04 +0000
commit1c8599066bad54d952b68254571f7d340fe6d096 (patch)
treefbece47029cda64ab34c21a502c7a6dba256a7bd /simon/simon.h
parent5f0aa9c15aa336e90a7df9ef7eb835bf308aa5ac (diff)
downloadscummvm-rg350-1c8599066bad54d952b68254571f7d340fe6d096.tar.gz
scummvm-rg350-1c8599066bad54d952b68254571f7d340fe6d096.tar.bz2
scummvm-rg350-1c8599066bad54d952b68254571f7d340fe6d096.zip
Change dump start vgascript into separate option again.
svn-id: r5769
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h5
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;