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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game/up_lighter.cpp b/engines/titanic/game/up_lighter.cpp
index 0e6c4d88cc..beb159f967 100644
--- a/engines/titanic/game/up_lighter.cpp
+++ b/engines/titanic/game/up_lighter.cpp
@@ -48,4 +48,9 @@ void CUpLighter::load(SimpleFile *file) {
CDropTarget::load(file);
}
+bool CUpLighter::handleEvent(const CEnterRoomMsg &msg) {
+ warning("CUpLighter::handleEvent");
+ return true;
+}
+
} // End of namespace Titanic