aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control
diff options
context:
space:
mode:
authorPaul Gilbert2016-11-08 22:06:12 -0500
committerPaul Gilbert2016-11-08 22:06:12 -0500
commit3190d59f0bdb228616785722a3903047aed41c85 (patch)
tree304d4e133048bd207c0ad667d930999ac96ad225 /engines/titanic/pet_control
parentb1b3c11a600cb62abeae3f0b2cd14e2ba7a51c28 (diff)
downloadscummvm-rg350-3190d59f0bdb228616785722a3903047aed41c85.tar.gz
scummvm-rg350-3190d59f0bdb228616785722a3903047aed41c85.tar.bz2
scummvm-rg350-3190d59f0bdb228616785722a3903047aed41c85.zip
TITANIC: Draw glyphs in PET Rooms tab
Diffstat (limited to 'engines/titanic/pet_control')
-rw-r--r--engines/titanic/pet_control/pet_rooms.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}