aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-26 07:23:15 -0400
committerPaul Gilbert2016-07-15 19:25:06 -0400
commit0146a3c6b6bdb16eef6f46e116b0d9fe9883858f (patch)
tree01ad3515f6a5ce5a26f2e4aea6b7c11776d7a5b9 /engines/titanic/pet_control/pet_section.cpp
parent04afc633794035cfcc0cb7030113d7750a7dbae3 (diff)
downloadscummvm-rg350-0146a3c6b6bdb16eef6f46e116b0d9fe9883858f.tar.gz
scummvm-rg350-0146a3c6b6bdb16eef6f46e116b0d9fe9883858f.tar.bz2
scummvm-rg350-0146a3c6b6bdb16eef6f46e116b0d9fe9883858f.zip
TITANIC: Added remaining CPetControl methods
Diffstat (limited to 'engines/titanic/pet_control/pet_section.cpp')
-rw-r--r--engines/titanic/pet_control/pet_section.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_section.cpp b/engines/titanic/pet_control/pet_section.cpp
index a29a8f8115..50d6c7615c 100644
--- a/engines/titanic/pet_control/pet_section.cpp
+++ b/engines/titanic/pet_control/pet_section.cpp
@@ -48,7 +48,7 @@ void CPetSection::displayMessage(const CString &msg) {
}
}
-void CPetSection::proc25(int val) {
+void CPetSection::timerExpired(int val) {
if (!val) {
removeText();
_petControl->makeDirty();