diff options
author | Travis Howell | 2002-12-06 14:40:40 +0000 |
---|---|---|
committer | Travis Howell | 2002-12-06 14:40:40 +0000 |
commit | 927c2920dc7d286ca7318d2a17235b4d52ae6615 (patch) | |
tree | e6f344a076efc4558315e855b86adc0e6f3479b5 | |
parent | f02f65e7392152ab8f7acab30d7de4e6677e7bcf (diff) | |
download | scummvm-rg350-927c2920dc7d286ca7318d2a17235b4d52ae6615.tar.gz scummvm-rg350-927c2920dc7d286ca7318d2a17235b4d52ae6615.tar.bz2 scummvm-rg350-927c2920dc7d286ca7318d2a17235b4d52ae6615.zip |
Fix vc++ warning
svn-id: r5858
-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 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; |