aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/dead_area.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-07 19:55:27 -0400
committerPaul Gilbert2016-04-07 19:55:27 -0400
commit41c08d186adc91111e9beccfeef80efb3fcc0fd6 (patch)
treef922577ae900700e7e392db3f3d95e63c19f7b37 /engines/titanic/game/dead_area.cpp
parent6fd32e6dc10e8b3332b0438c069a61f009185441 (diff)
downloadscummvm-rg350-41c08d186adc91111e9beccfeef80efb3fcc0fd6.tar.gz
scummvm-rg350-41c08d186adc91111e9beccfeef80efb3fcc0fd6.tar.bz2
scummvm-rg350-41c08d186adc91111e9beccfeef80efb3fcc0fd6.zip
TITANIC: Implement CDeadArea messages
Diffstat (limited to 'engines/titanic/game/dead_area.cpp')
-rw-r--r--engines/titanic/game/dead_area.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game/dead_area.cpp b/engines/titanic/game/dead_area.cpp
index 1692d6b8d1..5d5b2d06aa 100644
--- a/engines/titanic/game/dead_area.cpp
+++ b/engines/titanic/game/dead_area.cpp
@@ -24,6 +24,11 @@
namespace Titanic {
+BEGIN_MESSAGE_MAP(CDeadArea, CGameObject)
+ ON_MESSAGE(MouseButtonDownMsg)
+ ON_MESSAGE(MouseButtonUpMsg)
+END_MESSAGE_MAP()
+
CDeadArea::CDeadArea() : CGameObject() {
}