aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2002-12-08 02:01:28 +0000
committerTravis Howell2002-12-08 02:01:28 +0000
commit149aa08ba23e725d236861bc979ca55aaf45ca4d (patch)
tree8f279c511f735ea2ed3320b909f15fcde29fe72c /simon/simon.h
parent1715a60b26226987c7f9d83cb682e4a373aedf78 (diff)
downloadscummvm-rg350-149aa08ba23e725d236861bc979ca55aaf45ca4d.tar.gz
scummvm-rg350-149aa08ba23e725d236861bc979ca55aaf45ca4d.tar.bz2
scummvm-rg350-149aa08ba23e725d236861bc979ca55aaf45ca4d.zip
Cut scenes can only be skipped by Esc key now
A right mouse click allows skips of speech, even in intro. svn-id: r5875
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 52b158742c..58caa6ac5d 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -242,6 +242,7 @@ public:
bool _video_var_3;
bool _unk_pal_flag;
bool _exit_cutscene;
+ bool _skip_speech;
byte _video_var_9;
uint _last_music_played;