diff options
Diffstat (limited to 'engines/titanic/game/parrot/player_meets_parrot.h')
-rw-r--r-- | engines/titanic/game/parrot/player_meets_parrot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/parrot/player_meets_parrot.h b/engines/titanic/game/parrot/player_meets_parrot.h index 9cee9ee322..edae18801f 100644 --- a/engines/titanic/game/parrot/player_meets_parrot.h +++ b/engines/titanic/game/parrot/player_meets_parrot.h @@ -29,6 +29,7 @@ namespace Titanic { class CPlayerMeetsParrot : public CGameObject { + DECLARE_MESSAGE_MAP; protected: bool EnterRoomMsg(CEnterRoomMsg *msg); public: |