aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_glyphs.cpp
diff options
context:
space:
mode:
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();
}
}