From 5b98885f8797d5c36336a22a9399611b11a3715f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 23 Jun 2016 21:22:59 -0400 Subject: TITANIC: Figured out PET Room Glyph modes --- engines/titanic/pet_control/pet_inventory_glyphs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 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 190bce77ac..91b1e5ee50 100644 --- a/engines/titanic/pet_control/pet_inventory_glyphs.h +++ b/engines/titanic/pet_control/pet_inventory_glyphs.h @@ -61,9 +61,9 @@ public: class CInventoryGlyphAction : public CGlyphAction { public: - CCarry *_item; + CGameObject *_item; public: - CInventoryGlyphAction(CCarry *item, GlyphActionMode mode) : + CInventoryGlyphAction(CGameObject *item, GlyphActionMode mode) : CGlyphAction(mode), _item(item) {} }; -- cgit v1.2.3