aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/game/state.h')
-rw-r--r--engines/lastexpress/game/state.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/lastexpress/game/state.h b/engines/lastexpress/game/state.h
index 4196bfe06a..663550acc2 100644
--- a/engines/lastexpress/game/state.h
+++ b/engines/lastexpress/game/state.h
@@ -566,6 +566,9 @@ public:
bool mouseLeftClick;
bool mouseRightClick;
+ bool mouseLeftPressed;
+ bool mouseRightPressed;
+
bool flag_entities_0;
bool flag_entities_1;
@@ -587,6 +590,9 @@ public:
mouseRightClick = false;
mouseLeftClick = false;
+ mouseLeftPressed = false;
+ mouseRightPressed = false;
+
flag_entities_0 = false;
flag_entities_1 = false;