From 12ae5e10f3a20b1b909a6ec40257e39e063b78c5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 17 Mar 2016 20:55:32 -0400 Subject: TITANIC: Added stubbed CEnterRoomMsg event handlers as needed --- engines/titanic/game/light.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/titanic/game/light.cpp') diff --git a/engines/titanic/game/light.cpp b/engines/titanic/game/light.cpp index 4f5a492f2f..7a24391b0e 100644 --- a/engines/titanic/game/light.cpp +++ b/engines/titanic/game/light.cpp @@ -57,4 +57,9 @@ void CLight::load(SimpleFile *file) { CBackground::load(file); } +bool CLight::handleEvent(const CEnterRoomMsg &msg) { + warning("CLight::handleEvent"); + return true; +} + } // End of namespace Titanic -- cgit v1.2.3