aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_quit.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-19 13:13:32 -0400
committerPaul Gilbert2016-07-10 16:11:34 -0400
commitc74b975081b844f90c9d43230a31005934593ff4 (patch)
tree2e0d5fcfdfef4235d14cdec79f65006f8411aed5 /engines/titanic/pet_control/pet_quit.cpp
parent9317035ab7736818afa65deda34a9f4f47cc4590 (diff)
downloadscummvm-rg350-c74b975081b844f90c9d43230a31005934593ff4.tar.gz
scummvm-rg350-c74b975081b844f90c9d43230a31005934593ff4.tar.bz2
scummvm-rg350-c74b975081b844f90c9d43230a31005934593ff4.zip
TITANIC: Implement CPetSection data table methods
Diffstat (limited to 'engines/titanic/pet_control/pet_quit.cpp')
-rw-r--r--engines/titanic/pet_control/pet_quit.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_quit.cpp b/engines/titanic/pet_control/pet_quit.cpp
index 912789e7c0..c31db26f54 100644
--- a/engines/titanic/pet_control/pet_quit.cpp
+++ b/engines/titanic/pet_control/pet_quit.cpp
@@ -46,6 +46,8 @@ bool CPetQuit::reset() {
return false;
setName("PetExit", pet);
+ uint v = getPetSection()->getDataIndex(0);
+
// TODO
return true;