aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/inventory.h
diff options
context:
space:
mode:
authorwhitertandrek2018-03-17 20:27:03 +0200
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commitf8055bc2067d369e13b056d723512f198c10f973 (patch)
tree6110a22232e31e7db691a981e9f6c30545303f01 /engines/pink/objects/inventory.h
parent4ff13d64ba3812a0847ef9f0634581ba0715e075 (diff)
downloadscummvm-rg350-f8055bc2067d369e13b056d723512f198c10f973.tar.gz
scummvm-rg350-f8055bc2067d369e13b056d723512f198c10f973.tar.bz2
scummvm-rg350-f8055bc2067d369e13b056d723512f198c10f973.zip
PINK: split declaration and definition and some fixes
Diffstat (limited to 'engines/pink/objects/inventory.h')
-rw-r--r--engines/pink/objects/inventory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/pink/objects/inventory.h b/engines/pink/objects/inventory.h
index f693811a97..6dacd8743c 100644
--- a/engines/pink/objects/inventory.h
+++ b/engines/pink/objects/inventory.h
@@ -43,7 +43,6 @@ public:
virtual void deserialize(Archive &archive);
-
private:
Common::Array<InventoryItem*> _invItems;
// other fields. haven't RE them yet