aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-13 22:45:32 -0400
committerPaul Gilbert2016-07-10 16:11:02 -0400
commit18a38c84e9ddeeb063621c290b8be6dce72daaf1 (patch)
tree22ee09d99c0a3634956a01782daf9a0828514e8c /engines/titanic/pet_control/pet_section.cpp
parentfdbb1868e4838248cc69302046c04700635beb55 (diff)
downloadscummvm-rg350-18a38c84e9ddeeb063621c290b8be6dce72daaf1.tar.gz
scummvm-rg350-18a38c84e9ddeeb063621c290b8be6dce72daaf1.tar.bz2
scummvm-rg350-18a38c84e9ddeeb063621c290b8be6dce72daaf1.zip
TITANIC: Implementing CCarry classes msg handlers
Diffstat (limited to 'engines/titanic/pet_control/pet_section.cpp')
-rw-r--r--engines/titanic/pet_control/pet_section.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_section.cpp b/engines/titanic/pet_control/pet_section.cpp
index d531b5d0d7..349fa40fcf 100644
--- a/engines/titanic/pet_control/pet_section.cpp
+++ b/engines/titanic/pet_control/pet_section.cpp
@@ -25,7 +25,7 @@
namespace Titanic {
-void CPetSection::proc16() {
+void CPetSection::displayMessage(const CString &msg) {
error("TODO");
}