aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-28 13:29:32 -0400
committerPaul Gilbert2015-06-28 13:29:32 -0400
commitd5c1f8b8d645136cf72981186db6e81b2082b773 (patch)
treefbf461f7cb4650ee7d003b8d94ea976ad02d916f /engines/sherlock/scalpel
parent631be5b6585e28b5e60aa0ff3be9f8e35d4316a2 (diff)
downloadscummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.tar.gz
scummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.tar.bz2
scummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.zip
SHERLOCK: RT: Implement initial inventory
Diffstat (limited to 'engines/sherlock/scalpel')
-rw-r--r--engines/sherlock/scalpel/scalpel_inventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_inventory.h b/engines/sherlock/scalpel/scalpel_inventory.h
index 953e02452f..1a26fabb50 100644
--- a/engines/sherlock/scalpel/scalpel_inventory.h
+++ b/engines/sherlock/scalpel/scalpel_inventory.h
@@ -31,6 +31,8 @@ namespace Scalpel {
class ScalpelInventory : public Inventory {
public:
+ int _invIndex;
+public:
ScalpelInventory(SherlockEngine *vm);
~ScalpelInventory();