From 0f084fb70346af8b00120b35d873dc68b665e4a3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 21 Jun 2017 21:50:27 -0400 Subject: TITANIC: Fix getting Titania's eye from light fixture --- engines/titanic/game/belbot_get_light.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/game/belbot_get_light.cpp b/engines/titanic/game/belbot_get_light.cpp index 2cc4c3ae19..dcef6426f9 100644 --- a/engines/titanic/game/belbot_get_light.cpp +++ b/engines/titanic/game/belbot_get_light.cpp @@ -61,7 +61,7 @@ bool CBelbotGetLight::MovieEndMsg(CMovieEndMsg *msg) { } bool CBelbotGetLight::MovieFrameMsg(CMovieFrameMsg *msg) { - if (getMovieFrame() == 37) { + if (msg->_frameNumber == 37) { CActMsg actMsg("BellbotGetLight"); actMsg.execute("Eye1"); } -- cgit v1.2.3