aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 07:35:04 -0400
committerPaul Gilbert2016-07-10 16:37:42 -0400
commit287a9f6ef2ceb1cac4fef74832b3fdee9987ecf1 (patch)
tree42334e1c9195176878c6eefacd439ddb6a29859f /engines/titanic/pet_control/pet_section.cpp
parent210468fae9a51fabe276e8b8485145037dfcb683 (diff)
downloadscummvm-rg350-287a9f6ef2ceb1cac4fef74832b3fdee9987ecf1.tar.gz
scummvm-rg350-287a9f6ef2ceb1cac4fef74832b3fdee9987ecf1.tar.bz2
scummvm-rg350-287a9f6ef2ceb1cac4fef74832b3fdee9987ecf1.zip
TITANIC: Implement display of tooltips in RealLife
Diffstat (limited to 'engines/titanic/pet_control/pet_section.cpp')
-rw-r--r--engines/titanic/pet_control/pet_section.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_section.cpp b/engines/titanic/pet_control/pet_section.cpp
index 213c93e78d..8cd9207316 100644
--- a/engines/titanic/pet_control/pet_section.cpp
+++ b/engines/titanic/pet_control/pet_section.cpp
@@ -54,11 +54,13 @@ void CPetSection::proc27(int duration) {
}
void CPetSection::proc28() {
- error("TODO");
+ CPetText *text = getText();
+ if (text)
+ text->setup();
}
void CPetSection::proc29() {
- error("TODO");
+ _petControl->stopPetTimer(0);
}
void CPetSection::proc30() {