From daf55369a9a454607ed649c8fd102ef3b7826dd4 Mon Sep 17 00:00:00 2001 From: Joseph-Eugene Winzer Date: Tue, 25 Jul 2017 02:02:04 +0200 Subject: SUPERNOVA: Implements showing cockpit monitor --- engines/supernova/state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/supernova/state.h') 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]; -- cgit v1.2.3