aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/state.h
diff options
context:
space:
mode:
authorLittleboy2011-05-04 10:10:46 -0400
committerLittleboy2011-05-10 19:18:26 -0400
commit3088acf69a41dc0e942faad1b624fe097c690a3e (patch)
tree989a3ae9eae02796d9ba3ec1962bd0e55b15fc9c /engines/lastexpress/game/state.h
parent1516ba73671d59ab5d6e26602dbb1e5055cbb05c (diff)
downloadscummvm-rg350-3088acf69a41dc0e942faad1b624fe097c690a3e.tar.gz
scummvm-rg350-3088acf69a41dc0e942faad1b624fe097c690a3e.tar.bz2
scummvm-rg350-3088acf69a41dc0e942faad1b624fe097c690a3e.zip
LASTEXPRESS: Add button pressed state for inventory handling
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;