aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_glyphs.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-25 16:41:31 -0400
committerPaul Gilbert2016-07-15 19:24:56 -0400
commit4ed93ca8f175d7a43c6a0de72ad02b42827938b7 (patch)
tree448c2cd5021192692041c967fc6571b29cd56f7f /engines/titanic/pet_control/pet_glyphs.cpp
parent42c8ac1c880076c181071922aff3b923a185af98 (diff)
downloadscummvm-rg350-4ed93ca8f175d7a43c6a0de72ad02b42827938b7.tar.gz
scummvm-rg350-4ed93ca8f175d7a43c6a0de72ad02b42827938b7.tar.bz2
scummvm-rg350-4ed93ca8f175d7a43c6a0de72ad02b42827938b7.zip
TITANIC: Cleanup of PET section classes methods to match original
Diffstat (limited to 'engines/titanic/pet_control/pet_glyphs.cpp')
-rw-r--r--engines/titanic/pet_control/pet_glyphs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_glyphs.cpp b/engines/titanic/pet_control/pet_glyphs.cpp
index eca6f309ad..c36bae6545 100644
--- a/engines/titanic/pet_control/pet_glyphs.cpp
+++ b/engines/titanic/pet_control/pet_glyphs.cpp
@@ -45,7 +45,7 @@ void CPetGlyph::updateTooltip() {
getTooltip(petText);
if (_owner)
- getPetSection()->proc29();
+ getPetSection()->stopTextTimer();
}
}
@@ -214,7 +214,7 @@ void CPetGlyphs::changeHighlight(int index) {
glyph->updateTooltip();
}
} else if (_owner) {
- _owner->proc28();
+ _owner->removeText();
}
}