aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-20 17:29:58 -0400
committerPaul Gilbert2016-03-20 17:29:58 -0400
commitfbc46ed5b41633c1a8dc6e54591fe4dd028dbc04 (patch)
tree178ffb34b6e2e99042fcf8e4cddc9faec4c9a355 /engines/titanic/pet_control/pet_control.cpp
parent6ebb0312ffa87316e816c4ebc31e17564450d48e (diff)
downloadscummvm-rg350-fbc46ed5b41633c1a8dc6e54591fe4dd028dbc04.tar.gz
scummvm-rg350-fbc46ed5b41633c1a8dc6e54591fe4dd028dbc04.tar.bz2
scummvm-rg350-fbc46ed5b41633c1a8dc6e54591fe4dd028dbc04.zip
TITANIC: Starting on frame rendering
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index f5498887e3..5886ce4169 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -80,6 +80,10 @@ void CPetControl::saveSubObjects(SimpleFile *file, int indent) const {
_sub8.save(file, indent);
}
+void CPetControl::proc26() {
+ warning("TODO: CPetControl::proc26");
+}
+
void CPetControl::postLoad() {
warning("TODO: CPetControl::postLoad");
}