mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
TITANIC: Fix getting lost items from Bilge SuccUBus
This commit is contained in:
parent
5616e23985
commit
121b07069c
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user