aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_pannel1.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_pannel1.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_pannel1.cpp')
-rw-r--r--engines/titanic/pet_control/pet_pannel1.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_pannel1.cpp b/engines/titanic/pet_control/pet_pannel1.cpp
index 8245d7e90a..01e2b930dd 100644
--- a/engines/titanic/pet_control/pet_pannel1.cpp
+++ b/engines/titanic/pet_control/pet_pannel1.cpp
@@ -24,6 +24,9 @@
namespace Titanic {
+BEGIN_MESSAGE_MAP(CPetPannel1, CPetGraphic)
+END_MESSAGE_MAP()
+
void CPetPannel1::save(SimpleFile *file, int indent) const {
file->writeNumberLine(1, indent);
CPetGraphic::save(file, indent);