aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2017-07-25 02:02:04 +0200
committerThierry Crozat2018-01-23 00:28:29 +0000
commitdaf55369a9a454607ed649c8fd102ef3b7826dd4 (patch)
tree1f2a53f628764042f0312285c2b85c7bc7ca8541 /engines/supernova/state.h
parentffcd447a08ff55fbeb677ab9117c80ccf4b4bbbc (diff)
downloadscummvm-rg350-daf55369a9a454607ed649c8fd102ef3b7826dd4.tar.gz
scummvm-rg350-daf55369a9a454607ed649c8fd102ef3b7826dd4.tar.bz2
scummvm-rg350-daf55369a9a454607ed649c8fd102ef3b7826dd4.zip
SUPERNOVA: Implements showing cockpit monitor
Diffstat (limited to 'engines/supernova/state.h')
-rw-r--r--engines/supernova/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index 70015e4929..d37069efa8 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -105,6 +105,7 @@ public:
SupernovaEngine *_vm;
uint16 _key;
Common::EventType _mouseClickType;
+ bool _mouseClicked;
int _mouseX;
int _mouseY;
int _mouseField;
@@ -114,6 +115,7 @@ public:
GameState _state;
int _status;
bool _processInput;
+ bool _guiEnabled;
Action _inputVerb;
Object *_currentInputObject;
Object *_inputObject[2];