diff options
author | Paul Gilbert | 2016-03-31 21:40:36 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-03-31 21:40:36 -0400 |
commit | 7d819f71f7d9fdd794b12ac55bd2177f12069c1b (patch) | |
tree | 827709731a6443202540dd3e2ec072f9cf2b0e14 /engines/titanic/pet_control/pet_control_sub7.cpp | |
parent | 3149cd1a341f6001922e6bddce1a376db1fea49c (diff) | |
download | scummvm-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.cpp | 5 |
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 |