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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/pet/pet_position.h b/engines/titanic/game/pet/pet_position.h
index 8a0623932b..fe28a13777 100644
--- a/engines/titanic/game/pet/pet_position.h
+++ b/engines/titanic/game/pet/pet_position.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CPETPosition : public CGameObject, CEnterRoomMsgTarget {
protected:
- virtual bool handleEvent(CEnterRoomMsg &msg);
+ virtual bool handleMessage(CEnterRoomMsg &msg);
public:
CLASSDEF