diff options
Diffstat (limited to 'engines/sherlock/scalpel')
-rw-r--r-- | engines/sherlock/scalpel/scalpel_inventory.h | 2 |
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(); |