aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-01 19:09:21 -0400
committerPaul Gilbert2016-07-10 16:38:04 -0400
commit8a6a5ad5c10b682bef145b414ebed386aa7df842 (patch)
treede8f6002d413744f6fb25a89aeac64c528da2476 /engines/titanic/pet_control/pet_section.cpp
parent93f88cc668f15a4c2b411c99b3f07e2f03bee50a (diff)
downloadscummvm-rg350-8a6a5ad5c10b682bef145b414ebed386aa7df842.tar.gz
scummvm-rg350-8a6a5ad5c10b682bef145b414ebed386aa7df842.tar.bz2
scummvm-rg350-8a6a5ad5c10b682bef145b414ebed386aa7df842.zip
TITANIC: In progress implementation of PET Remote
Diffstat (limited to 'engines/titanic/pet_control/pet_section.cpp')
-rw-r--r--engines/titanic/pet_control/pet_section.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/titanic/pet_control/pet_section.cpp b/engines/titanic/pet_control/pet_section.cpp
index 7f0a0005e5..116fd94ddb 100644
--- a/engines/titanic/pet_control/pet_section.cpp
+++ b/engines/titanic/pet_control/pet_section.cpp
@@ -66,10 +66,6 @@ void CPetSection::proc29() {
_petControl->stopPetTimer(0);
}
-void CPetSection::proc30() {
- error("TODO");
-}
-
uint CPetSection::getColor(uint index) {
return getColorTable()[index];
}