aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_pannel3.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 15:14:14 -0400
committerPaul Gilbert2016-07-10 16:37:45 -0400
commitd46d3f7b0dc6f3b401860f6274ebbf04710f06ca (patch)
tree7cdcf8186f50bef708a74a98b691cd0face59144 /engines/titanic/pet_control/pet_pannel3.cpp
parentb11033800d1455bd4c35af1126bd4f0cf6b2fb77 (diff)
downloadscummvm-rg350-d46d3f7b0dc6f3b401860f6274ebbf04710f06ca.tar.gz
scummvm-rg350-d46d3f7b0dc6f3b401860f6274ebbf04710f06ca.tar.bz2
scummvm-rg350-d46d3f7b0dc6f3b401860f6274ebbf04710f06ca.zip
TITANIC: Implementing more PET support widgets
Diffstat (limited to 'engines/titanic/pet_control/pet_pannel3.cpp')
-rw-r--r--engines/titanic/pet_control/pet_pannel3.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_pannel3.cpp b/engines/titanic/pet_control/pet_pannel3.cpp
index 5d0fd93d7b..ea623a33a8 100644
--- a/engines/titanic/pet_control/pet_pannel3.cpp
+++ b/engines/titanic/pet_control/pet_pannel3.cpp
@@ -24,6 +24,9 @@
namespace Titanic {
+BEGIN_MESSAGE_MAP(CPetPannel3, CPetGraphic)
+END_MESSAGE_MAP()
+
void CPetPannel3::save(SimpleFile *file, int indent) const {
file->writeNumberLine(1, indent);
CPetGraphic::save(file, indent);