aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control_sub7.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-31 21:40:36 -0400
committerPaul Gilbert2016-03-31 21:40:36 -0400
commit7d819f71f7d9fdd794b12ac55bd2177f12069c1b (patch)
tree827709731a6443202540dd3e2ec072f9cf2b0e14 /engines/titanic/pet_control/pet_control_sub7.cpp
parent3149cd1a341f6001922e6bddce1a376db1fea49c (diff)
downloadscummvm-rg350-7d819f71f7d9fdd794b12ac55bd2177f12069c1b.tar.gz
scummvm-rg350-7d819f71f7d9fdd794b12ac55bd2177f12069c1b.tar.bz2
scummvm-rg350-7d819f71f7d9fdd794b12ac55bd2177f12069c1b.zip
TITANIC: PET frame is now showing
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub7.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control_sub7.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub7.cpp b/engines/titanic/pet_control/pet_control_sub7.cpp
index f57454da67..5b033220c7 100644
--- a/engines/titanic/pet_control/pet_control_sub7.cpp
+++ b/engines/titanic/pet_control/pet_control_sub7.cpp
@@ -24,4 +24,9 @@
namespace Titanic {
+bool CPetControlSub7::isValid(CPetControl *petControl) {
+ // TODO
+ return true;
+}
+
} // End of namespace Titanic