[Scummvm-git-logs] scummvm master -> 4b57eae3c3a8313d2072235476546ef3dc7f5b23
dreammaster
dreammaster at scummvm.org
Sun Jul 9 02:34:54 CEST 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4b57eae3c3 TITANIC: Fix Doorbot timing in prologue service lift
Commit: 4b57eae3c3a8313d2072235476546ef3dc7f5b23
https://github.com/scummvm/scummvm/commit/4b57eae3c3a8313d2072235476546ef3dc7f5b23
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-08T20:34:47-04:00
Commit Message:
TITANIC: Fix Doorbot timing in prologue service lift
Changed paths:
engines/titanic/npcs/doorbot.cpp
diff --git a/engines/titanic/npcs/doorbot.cpp b/engines/titanic/npcs/doorbot.cpp
index 74f6aca..e8536c2 100644
--- a/engines/titanic/npcs/doorbot.cpp
+++ b/engines/titanic/npcs/doorbot.cpp
@@ -108,7 +108,8 @@ bool CDoorbot::MovieEndMsg(CMovieEndMsg *msg) {
break;
case 9:
- startTalking(this, 221468);
+ if (msg->_endFrame == 949)
+ startTalking(this, 221468);
break;
case 11:
More information about the Scummvm-git-logs
mailing list