aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/get_lift_eye2.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-17 19:58:59 -0400
committerPaul Gilbert2016-03-17 19:58:59 -0400
commita8d94d448ea977bdd5b1171e177de6dd714792a2 (patch)
treea9756367b569bcbba8f929c036ef943b48e483e0 /engines/titanic/game/get_lift_eye2.cpp
parente80a15170640a495b5c7861abeea71d0325684cd (diff)
downloadscummvm-rg350-a8d94d448ea977bdd5b1171e177de6dd714792a2.tar.gz
scummvm-rg350-a8d94d448ea977bdd5b1171e177de6dd714792a2.tar.bz2
scummvm-rg350-a8d94d448ea977bdd5b1171e177de6dd714792a2.zip
TITANIC: Fixes to make message handling const, adding CEnterRoomMsg handlers
Diffstat (limited to 'engines/titanic/game/get_lift_eye2.cpp')
-rw-r--r--engines/titanic/game/get_lift_eye2.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game/get_lift_eye2.cpp b/engines/titanic/game/get_lift_eye2.cpp
index 472f884d01..bc51f7cabc 100644
--- a/engines/titanic/game/get_lift_eye2.cpp
+++ b/engines/titanic/game/get_lift_eye2.cpp
@@ -46,4 +46,9 @@ void CGetLiftEye2::load(SimpleFile *file) {
CGameObject::load(file);
}
+bool CGetLiftEye2::handleEvent(const CEnterRoomMsg &msg) {
+ warning("CGetLiftEye2::handleEvent");
+ return true;
+}
+
} // End of namespace Titanic