aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2002-12-06 02:14:37 +0000
committerTravis Howell2002-12-06 02:14:37 +0000
commit710a311c0e36f7734a1025422c5ec38e0159019a (patch)
tree312c1e610c6d2e24850426916cb296b50c40bea3 /simon/simon.h
parentbc36f7144a5ac41202108367f0e29b08f1eebb21 (diff)
downloadscummvm-rg350-710a311c0e36f7734a1025422c5ec38e0159019a.tar.gz
scummvm-rg350-710a311c0e36f7734a1025422c5ec38e0159019a.tar.bz2
scummvm-rg350-710a311c0e36f7734a1025422c5ec38e0159019a.zip
Enable debug keys and warnings only if debug mode selected.
Fix fast mode svn-id: r5851
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 0b2f098760..abe07ab710 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -174,6 +174,7 @@ public:
bool _dx_use_3_or_4_for_lock;
bool _mouse_pos_changed;
+ bool _debugMode;
bool _start_mainscript;
bool _continous_mainscript;
bool _continous_vgascript;