diff options
| author | Paul Gilbert | 2016-11-08 22:06:12 -0500 |
|---|---|---|
| committer | Paul Gilbert | 2016-11-08 22:06:12 -0500 |
| commit | 3190d59f0bdb228616785722a3903047aed41c85 (patch) | |
| tree | 304d4e133048bd207c0ad667d930999ac96ad225 | |
| parent | b1b3c11a600cb62abeae3f0b2cd14e2ba7a51c28 (diff) | |
| download | scummvm-rg350-3190d59f0bdb228616785722a3903047aed41c85.tar.gz scummvm-rg350-3190d59f0bdb228616785722a3903047aed41c85.tar.bz2 scummvm-rg350-3190d59f0bdb228616785722a3903047aed41c85.zip | |
TITANIC: Draw glyphs in PET Rooms tab
| -rw-r--r-- | engines/titanic/pet_control/pet_rooms.cpp | 1 |
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); } |
