From 66e198d665a8aacd1724848a40e6533f3d5cfebc Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 24 Mar 2016 07:49:59 -0400 Subject: TITANIC: Cleanup and fixes for message hierarchy --- engines/titanic/game/light.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/game/light.cpp') diff --git a/engines/titanic/game/light.cpp b/engines/titanic/game/light.cpp index 856e6a463f..c0b7df300f 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(CEnterRoomMsg &msg) { +bool CLight::handleMessage(CEnterRoomMsg &msg) { warning("CLight::handleEvent"); return true; } -- cgit v1.2.3