diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub10.cpp')
-rw-r--r-- | engines/titanic/pet_control/pet_control_sub10.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub10.cpp b/engines/titanic/pet_control/pet_control_sub10.cpp index 226ac4ec8b..59b9648fc1 100644 --- a/engines/titanic/pet_control/pet_control_sub10.cpp +++ b/engines/titanic/pet_control/pet_control_sub10.cpp @@ -33,8 +33,8 @@ void CPetControlSub10::proc8() { error("TODO"); } -void CPetControlSub10::proc9() { - error("TODO"); +void CPetControlSub10::setup() { + warning("TODO: CPetControlSub10::setup"); } void CPetControlSub10::proc10() { |