diff options
-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; |