mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 13:42:37 +00:00
TITANIC: Fix animation when leaving fusebox
This commit is contained in:
parent
26ef2ce24b
commit
78a1d34e78
@ -65,7 +65,7 @@ bool CEnterExitView::EnterViewMsg(CEnterViewMsg *msg) {
|
||||
|
||||
bool CEnterExitView::LeaveViewMsg(CLeaveViewMsg *msg) {
|
||||
setVisible(true);
|
||||
playMovie(_leaveStartFrame, _leaveEndFrame, MOVIE_NOTIFY_OBJECT);
|
||||
playMovie(_leaveStartFrame, _leaveEndFrame, MOVIE_WAIT_FOR_FINISH);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user