aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
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];