aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/belbot_get_light.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/belbot_get_light.cpp')
-rw-r--r--engines/titanic/game/belbot_get_light.cpp2
1 files changed, 1 insertions, 1 deletions
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");
}