[Scummvm-git-logs] scummvm master -> b5ac7cc3ed3e9b993f84ecd5619771ac92ffba79
dreammaster
dreammaster at scummvm.org
Sun Jun 11 04:13:30 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:
b5ac7cc3ed TITANIC: Fix BellBot getting clipped incorrectly when walking off-screen
Commit: b5ac7cc3ed3e9b993f84ecd5619771ac92ffba79
https://github.com/scummvm/scummvm/commit/b5ac7cc3ed3e9b993f84ecd5619771ac92ffba79
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-10T22:13:17-04:00
Commit Message:
TITANIC: Fix BellBot getting clipped incorrectly when walking off-screen
Changed paths:
engines/titanic/npcs/bellbot.cpp
diff --git a/engines/titanic/npcs/bellbot.cpp b/engines/titanic/npcs/bellbot.cpp
index 1782161..327d24e 100644
--- a/engines/titanic/npcs/bellbot.cpp
+++ b/engines/titanic/npcs/bellbot.cpp
@@ -144,6 +144,7 @@ bool CBellBot::Use(CUse *msg) {
bool CBellBot::DismissBotMsg(CDismissBotMsg *msg) {
if (_npcFlags & NPCFLAG_MOVING) {
playClip("Walk Off", MOVIE_NOTIFY_OBJECT | MOVIE_WAIT_FOR_FINISH);
+ movieEvent();
if (_npcFlags & NPCFLAG_START_IDLING) {
_npcFlags &= ~NPCFLAG_START_IDLING;
performAction(true);
More information about the Scummvm-git-logs
mailing list