aboutsummaryrefslogtreecommitdiff
path: root/engines/access/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/inventory.h')
-rw-r--r--engines/access/inventory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/access/inventory.h b/engines/access/inventory.h
index 019d7f4215..cf8167d76c 100644
--- a/engines/access/inventory.h
+++ b/engines/access/inventory.h
@@ -53,6 +53,7 @@ class InventoryManager : public Manager {
};
private:
Common::Array<int> _items;
+ Common::Array<Common::Rect> _invCoords;
ASurface _savedBuffer1;
ASurface _savedScreen;
SavedFields _fields;
@@ -73,6 +74,8 @@ private:
void chooseItem();
void freeInvCells();
+
+ int coordIndexOf();
public:
Common::Array<int> _inv;
Common::StringArray _names;