aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pet/pet_position.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/pet/pet_position.h')
-rw-r--r--engines/titanic/game/pet/pet_position.h4
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