aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/volume_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/volume_control.cpp')
-rw-r--r--engines/titanic/game/volume_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/volume_control.cpp b/engines/titanic/game/volume_control.cpp
index bb58deebce..e9b66c769e 100644
--- a/engines/titanic/game/volume_control.cpp
+++ b/engines/titanic/game/volume_control.cpp
@@ -45,7 +45,7 @@ void CVolumeControl::load(SimpleFile *file) {
CGameObject::load(file);
}
-bool CVolumeControl::handleMessage(CEnterNodeMsg &msg) {
+bool CVolumeControl::EnterNodeMsg(CEnterNodeMsg *msg) {
warning("CVolumeControl::handleEvent");
return true;
}