From 56a23b9adaf806fa6d050e2cc2f11745006ac7be Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 9 Nov 2016 20:23:50 -0500 Subject: TITANIC: Fix naming and initialization of PET Room glyph images --- engines/titanic/pet_control/pet_rooms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_rooms.cpp') diff --git a/engines/titanic/pet_control/pet_rooms.cpp b/engines/titanic/pet_control/pet_rooms.cpp index 815fb86786..d32667e5f7 100644 --- a/engines/titanic/pet_control/pet_rooms.cpp +++ b/engines/titanic/pet_control/pet_rooms.cpp @@ -223,7 +223,7 @@ bool CPetRooms::setupControl(CPetControl *petControl) { _glyphs.setup(6, this); _glyphs.setFlags(GFLAG_16); _glyphItem.setup(petControl, &_glyphs); - _glyphItem.set38(1); + _glyphItem.setFlag(1); return true; } -- cgit v1.2.3