aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/parrot/player_meets_parrot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/parrot/player_meets_parrot.cpp')
-rw-r--r--engines/titanic/game/parrot/player_meets_parrot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/parrot/player_meets_parrot.cpp b/engines/titanic/game/parrot/player_meets_parrot.cpp
index 16c8f480dd..15dd29009a 100644
--- a/engines/titanic/game/parrot/player_meets_parrot.cpp
+++ b/engines/titanic/game/parrot/player_meets_parrot.cpp
@@ -34,7 +34,7 @@ void CPlayerMeetsParrot::load(SimpleFile *file) {
CGameObject::load(file);
}
-bool CPlayerMeetsParrot::handleMessage(CEnterRoomMsg &msg) {
+bool CPlayerMeetsParrot::EnterRoomMsg(CEnterRoomMsg *msg) {
warning("CPlayerMeetsParrot::handleEvent");
return true;
}