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