[Scummvm-git-logs] scummvm master -> 78a1d34e78277cfe30fada79381b51648bdf5297

dreammaster dreammaster at scummvm.org
Sat Aug 12 03:00:28 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:
78a1d34e78 TITANIC: Fix animation when leaving fusebox


Commit: 78a1d34e78277cfe30fada79381b51648bdf5297
    https://github.com/scummvm/scummvm/commit/78a1d34e78277cfe30fada79381b51648bdf5297
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-11T21:00:15-04:00

Commit Message:
TITANIC: Fix animation when leaving fusebox

Changed paths:
    engines/titanic/moves/enter_exit_view.cpp


diff --git a/engines/titanic/moves/enter_exit_view.cpp b/engines/titanic/moves/enter_exit_view.cpp
index a3f01f9..180bebe 100644
--- a/engines/titanic/moves/enter_exit_view.cpp
+++ b/engines/titanic/moves/enter_exit_view.cpp
@@ -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;
 }
 





More information about the Scummvm-git-logs mailing list