From 8932619ee273967821c3c5fc93ae162f75f7d6c8 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 23 Jul 2008 02:45:09 +0000 Subject: More decoupling of inventory code. svn-id: r33224 --- engines/parallaction/input.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/parallaction/input.h') 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 }; -- cgit v1.2.3