aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2002-11-20 06:33:12 +0000
committerTravis Howell2002-11-20 06:33:12 +0000
commit9162f9cc649614e77caed0f8be11ee11fb66a5a7 (patch)
tree0439f0e97cc61743a25e93f14a6954195f164a6d /simon/simon.h
parent493485763b420bb210522c4610489a63a366a3ed (diff)
downloadscummvm-rg350-9162f9cc649614e77caed0f8be11ee11fb66a5a7.tar.gz
scummvm-rg350-9162f9cc649614e77caed0f8be11ee11fb66a5a7.tar.bz2
scummvm-rg350-9162f9cc649614e77caed0f8be11ee11fb66a5a7.zip
Main debug output can now be controlled by 'o' and 'v' keys
svn-id: r5631
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 01592094f3..3d1ad027b3 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -28,12 +28,8 @@
#include "sound/mixer.h"
/* Various other settings */
-//#define DUMP_CONTINOUS_MAINSCRIPT
-//#define DUMP_START_MAINSCRIPT
-//#define DUMP_CONTINOUS_VGASCRIPT
//#define DRAW_IMAGES_DEBUG
//#define DRAW_THREE_STARS
-//#define DUMP_START_VGASCRIPT
//#define DUMP_FILE_NR 8
//#define DUMP_BITMAPS_FILE_NR 8
//#define DUMP_DRAWN_BITMAPS
@@ -196,6 +192,8 @@ public:
bool _dx_use_3_or_4_for_lock;
bool _mouse_pos_changed;
+ bool _mainscript_toggle;
+ bool _vgascript_toggle;
bool _vk_t_toggle;
byte _mouse_cursor;
bool _vga_var9;