aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-12-06 14:40:40 +0000
committerTravis Howell2002-12-06 14:40:40 +0000
commit927c2920dc7d286ca7318d2a17235b4d52ae6615 (patch)
treee6f344a076efc4558315e855b86adc0e6f3479b5 /simon
parentf02f65e7392152ab8f7acab30d7de4e6677e7bcf (diff)
downloadscummvm-rg350-927c2920dc7d286ca7318d2a17235b4d52ae6615.tar.gz
scummvm-rg350-927c2920dc7d286ca7318d2a17235b4d52ae6615.tar.bz2
scummvm-rg350-927c2920dc7d286ca7318d2a17235b4d52ae6615.zip
Fix vc++ warning
svn-id: r5858
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index abe07ab710..aba6f463d7 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -174,7 +174,7 @@ public:
bool _dx_use_3_or_4_for_lock;
bool _mouse_pos_changed;
- bool _debugMode;
+ uint16 _debugMode;
bool _start_mainscript;
bool _continous_mainscript;
bool _continous_vgascript;