From 0b6591e4912117e730f4227975e83285583933e0 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 22 Jun 2013 13:26:49 -0400 Subject: FULLPIPE: Continued work on scene loading --- engines/fullpipe/inventory.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/fullpipe/inventory.h') diff --git a/engines/fullpipe/inventory.h b/engines/fullpipe/inventory.h index 5f0131b173..fadadd56b2 100644 --- a/engines/fullpipe/inventory.h +++ b/engines/fullpipe/inventory.h @@ -44,8 +44,7 @@ struct InventoryPoolItem { typedef Common::Array InventoryPoolItems; class CInventory : public CObject { - friend class CInventory2; - + protected: int16 _sceneId; int16 _field_6; InventoryPoolItems _itemsPool; -- cgit v1.2.3