TITANIC: Fix getting lost items from Bilge SuccUBus

This commit is contained in:
Paul Gilbert 2017-07-29 15:16:22 -04:00
parent 5616e23985
commit 121b07069c

View File

@ -92,9 +92,10 @@ bool CBilgeSuccUBus::PETReceiveMsg(CPETReceiveMsg *msg) {
roomFlags);
if (mailObject) {
startTalking(this, 230004);
_mailP = mailObject;
if (_receiveStartFrame >= 0)
playMovie(_receiveStartFrame, _receiveEndFrame, MOVIE_WAIT_FOR_FINISH);
playMovie(_receiveStartFrame, _receiveEndFrame, MOVIE_NOTIFY_OBJECT | MOVIE_WAIT_FOR_FINISH);
} else {
petDisplayMessage(2, NOTHING_TO_DELIVER);
}