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