aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_leaf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_leaf.cpp')
-rw-r--r--engines/titanic/pet_control/pet_leaf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_leaf.cpp b/engines/titanic/pet_control/pet_leaf.cpp
index 77b0d426a5..833f4ed8b9 100644
--- a/engines/titanic/pet_control/pet_leaf.cpp
+++ b/engines/titanic/pet_control/pet_leaf.cpp
@@ -24,6 +24,8 @@
namespace Titanic {
+EMPTY_MESSAGE_MAP(PETLeaf, CGameObject)
+
void PETLeaf::save(SimpleFile *file, int indent) const {
file->writeNumberLine(1, indent);
CGameObject::save(file, indent);