From 3190d59f0bdb228616785722a3903047aed41c85 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 8 Nov 2016 22:06:12 -0500 Subject: TITANIC: Draw glyphs in PET Rooms tab --- engines/titanic/pet_control/pet_rooms.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/titanic/pet_control') diff --git a/engines/titanic/pet_control/pet_rooms.cpp b/engines/titanic/pet_control/pet_rooms.cpp index 076c56968c..815fb86786 100644 --- a/engines/titanic/pet_control/pet_rooms.cpp +++ b/engines/titanic/pet_control/pet_rooms.cpp @@ -56,6 +56,7 @@ bool CPetRooms::reset() { void CPetRooms::draw(CScreenManager *screenManager) { _petControl->drawSquares(screenManager, 6); _plinth.draw(screenManager); + _glyphs.draw(screenManager); _glyphItem.drawAt(screenManager, getGlyphPos(), false); _text.draw(screenManager); } -- cgit v1.2.3