From 9e437d46a8b95589263aa1185983d9c20d2f2879 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 2 Sep 2016 22:44:34 -0400 Subject: TITANIC: Cleanup of CPetInventory, removal of unused fields --- engines/titanic/pet_control/pet_inventory_glyphs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/titanic/pet_control/pet_inventory_glyphs.h') diff --git a/engines/titanic/pet_control/pet_inventory_glyphs.h b/engines/titanic/pet_control/pet_inventory_glyphs.h index 716c9d1ad1..0d167c4c98 100644 --- a/engines/titanic/pet_control/pet_inventory_glyphs.h +++ b/engines/titanic/pet_control/pet_inventory_glyphs.h @@ -34,9 +34,9 @@ private: /** * Populate the details for an item */ - int populateItem(CGameObject *item, int val); + int populateItem(CGameObject *item, bool isLoading); - int subMode(CGameObject *item, int val); + int subMode(CGameObject *item, bool isLoading); /** * Start any movie for the background @@ -126,7 +126,7 @@ public: /** * Set the inventory item */ - void setItem(CGameObject *item, int val); + void setItem(CGameObject *item, bool isLoading); }; class CInventoryGlyphAction : public CGlyphAction { -- cgit v1.2.3