aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-12 19:23:00 -0500
committerPaul Gilbert2016-03-12 19:23:00 -0500
commitbad72e2ae491cb99843f3af971725231e3defb2e (patch)
treed9bac6a8e282f1b618b3de1a38b3e990d1cc70e5 /engines/titanic/pet_control/pet_control.cpp
parentc269c770ac27cbc845c06dfec8c7ac99d4fe657d (diff)
downloadscummvm-rg350-bad72e2ae491cb99843f3af971725231e3defb2e.tar.gz
scummvm-rg350-bad72e2ae491cb99843f3af971725231e3defb2e.tar.bz2
scummvm-rg350-bad72e2ae491cb99843f3af971725231e3defb2e.zip
TITANIC: Implement various post-load methods
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index e123e99dc5..7ed223d595 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -49,7 +49,7 @@ void CPetControl::load(SimpleFile *file) {
CGameObject::load(file);
}
-void CPetControl::gameLoaded() {
+void CPetControl::postLoad() {
// TODO
}