diff options
Diffstat (limited to 'engines/titanic/game/pet/pet_position.h')
-rw-r--r-- | engines/titanic/game/pet/pet_position.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/pet/pet_position.h b/engines/titanic/game/pet/pet_position.h index 589f2b60b1..f4f0fd5299 100644 --- a/engines/titanic/game/pet/pet_position.h +++ b/engines/titanic/game/pet/pet_position.h @@ -29,8 +29,8 @@ namespace Titanic { class CPETPosition : public CGameObject { -protected: - virtual bool handleMessage(CEnterRoomMsg &msg); + DECLARE_MESSAGE_MAP + bool EnterRoomMsg(CEnterRoomMsg *msg); public: CLASSDEF |