[Scummvm-git-logs] scummvm master -> 2bc23ba6c347a5e02b95e0bcf6cf5f47e14b5587

dreammaster dreammaster at scummvm.org
Sun Sep 24 15:46:37 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:
2bc23ba6c3 TITANIC: Fix looking at broken pellerator after the first time


Commit: 2bc23ba6c347a5e02b95e0bcf6cf5f47e14b5587
    https://github.com/scummvm/scummvm/commit/2bc23ba6c347a5e02b95e0bcf6cf5f47e14b5587
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-09-24T09:46:27-04:00

Commit Message:
TITANIC: Fix looking at broken pellerator after the first time

Changed paths:
    engines/titanic/game/broken_pellerator.cpp


diff --git a/engines/titanic/game/broken_pellerator.cpp b/engines/titanic/game/broken_pellerator.cpp
index 5de7284..809cfb3 100644
--- a/engines/titanic/game/broken_pellerator.cpp
+++ b/engines/titanic/game/broken_pellerator.cpp
@@ -142,9 +142,11 @@ bool CBrokenPellerator::MovieEndMsg(CMovieEndMsg *msg) {
 	switch (_closeAction) {
 	case 1:
 		changeView(_exitLeftView);
+		_closeAction = CLOSE_NONE;
 		break;
 	case 2:
 		changeView(_exitRightView);
+		_closeAction = CLOSE_NONE;
 		break;
 	default:
 		break;





More information about the Scummvm-git-logs mailing list