aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/input.h')
-rw-r--r--engines/parallaction/input.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/parallaction/input.h b/engines/parallaction/input.h
index 19825c8baa..4d22d7b59b 100644
--- a/engines/parallaction/input.h
+++ b/engines/parallaction/input.h
@@ -60,7 +60,7 @@ class Input {
InputData *translateInput();
bool translateGameInput();
- bool translateInventoryInput();
+ bool updateInventoryInput();
void takeAction(ZonePtr z);
void walkTo(const Common::Point &dest);
@@ -80,7 +80,8 @@ public:
enum {
kInputModeGame = 0,
kInputModeComment = 1,
- kInputModeDialogue = 2
+ kInputModeDialogue = 2,
+ kInputModeInventory = 3
};