diff options
-rw-r--r-- | engines/titanic/carry/feathers.cpp | 3 | ||||
-rw-r--r-- | engines/titanic/carry/feathers.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/carry/feathers.cpp b/engines/titanic/carry/feathers.cpp index c03b73859b..a738d74249 100644 --- a/engines/titanic/carry/feathers.cpp +++ b/engines/titanic/carry/feathers.cpp @@ -24,6 +24,9 @@ namespace Titanic { +BEGIN_MESSAGE_MAP(CFeathers, CCarry) +END_MESSAGE_MAP() + CFeathers::CFeathers() : CCarry() { } diff --git a/engines/titanic/carry/feathers.h b/engines/titanic/carry/feathers.h index 106e9a0620..f90de11abd 100644 --- a/engines/titanic/carry/feathers.h +++ b/engines/titanic/carry/feathers.h @@ -28,6 +28,7 @@ namespace Titanic { class CFeathers : public CCarry { + DECLARE_MESSAGE_MAP public: CLASSDEF CFeathers(); |