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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/titanic/game/pet/pet_position.h b/engines/titanic/game/pet/pet_position.h
index 820df41c50..589f2b60b1 100644
--- a/engines/titanic/game/pet/pet_position.h
+++ b/engines/titanic/game/pet/pet_position.h
@@ -28,8 +28,7 @@
namespace Titanic {
-class CPETPosition : public CGameObject,
- public CEnterRoomMsgTarget {
+class CPETPosition : public CGameObject {
protected:
virtual bool handleMessage(CEnterRoomMsg &msg);
public: