aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2006-04-04 11:06:48 +0000
committerTravis Howell2006-04-04 11:06:48 +0000
commitcc75c6809079e942e55f6f21ed976a6a1b67e031 (patch)
tree54e630625adcc16a7f947e895dd4ecd43c3d28b2 /engines/simon/simon.h
parent49dc2622dd64924fe4d6fa76831e05db48017285 (diff)
downloadscummvm-rg350-cc75c6809079e942e55f6f21ed976a6a1b67e031.tar.gz
scummvm-rg350-cc75c6809079e942e55f6f21ed976a6a1b67e031.tar.bz2
scummvm-rg350-cc75c6809079e942e55f6f21ed976a6a1b67e031.zip
Add skipSpeech difference in FF
svn-id: r21590
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r--engines/simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index 860f9a61ce..f12a866ad4 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -283,6 +283,7 @@ protected:
HitArea *_lastHitArea2Ptr;
HitArea *_lastHitArea3;
byte _leftButtonDown;
+ byte _rightButtonDown;
Item *_hitAreaSubjectItem;
HitArea *_currentVerbBox, *_hitAreaPtr7;
uint _needHitAreaRecalc;
@@ -323,7 +324,6 @@ protected:
bool _fastFadeOutFlag;
bool _unkPalFlag;
bool _exitCutscene;
- bool _rightClick;
bool _noRightClick;
byte _paletteFlag;