aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bar_bell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/bar_bell.cpp')
-rw-r--r--engines/titanic/game/bar_bell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/bar_bell.cpp b/engines/titanic/game/bar_bell.cpp
index 1ac7568b0f..84a4d04b49 100644
--- a/engines/titanic/game/bar_bell.cpp
+++ b/engines/titanic/game/bar_bell.cpp
@@ -50,7 +50,7 @@ void CBarBell::load(SimpleFile *file) {
CGameObject::load(file);
}
-bool CBarBell::handleEvent(CEnterRoomMsg &msg) {
+bool CBarBell::handleMessage(CEnterRoomMsg &msg) {
_fieldBC = 0;
return true;
}