From 3088acf69a41dc0e942faad1b624fe097c690a3e Mon Sep 17 00:00:00 2001 From: Littleboy Date: Wed, 4 May 2011 10:10:46 -0400 Subject: LASTEXPRESS: Add button pressed state for inventory handling --- engines/lastexpress/game/state.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/lastexpress/game/state.h') 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; -- cgit v1.2.3