aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/up_lighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/up_lighter.cpp')
-rw-r--r--engines/titanic/game/up_lighter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/up_lighter.cpp b/engines/titanic/game/up_lighter.cpp
index beb159f967..817b179e3e 100644
--- a/engines/titanic/game/up_lighter.cpp
+++ b/engines/titanic/game/up_lighter.cpp
@@ -48,7 +48,7 @@ void CUpLighter::load(SimpleFile *file) {
CDropTarget::load(file);
}
-bool CUpLighter::handleEvent(const CEnterRoomMsg &msg) {
+bool CUpLighter::handleEvent(CEnterRoomMsg &msg) {
warning("CUpLighter::handleEvent");
return true;
}