From 1518d14c3412fa6cf5aaf2bb3bbedfe61d37c15e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 9 May 2015 11:25:05 -0400 Subject: SHERLOCK: Cleanup fixes for Inventory --- engines/sherlock/inventory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/inventory.h') diff --git a/engines/sherlock/inventory.h b/engines/sherlock/inventory.h index 68b88bd978..bec26b333d 100644 --- a/engines/sherlock/inventory.h +++ b/engines/sherlock/inventory.h @@ -72,7 +72,8 @@ public: bool _invGraphicsLoaded; InvMode _invMode; int _invIndex; - int _holdings; + int _holdings; // Used to hold number of visible items in active inventory. + // Since Inventory array also contains some special hidden items void freeGraphics(); int _oldFlag; int _invFlag; -- cgit v1.2.3