[Scummvm-git-logs] scummvm master -> aceff5852e7f769773f5932c46201ab2c3299a9c

dreammaster dreammaster at scummvm.org
Fri Sep 8 02:37:09 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:
aceff5852e TITANIC: Fix hiding SGT toilet after turning it on & off


Commit: aceff5852e7f769773f5932c46201ab2c3299a9c
    https://github.com/scummvm/scummvm/commit/aceff5852e7f769773f5932c46201ab2c3299a9c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-09-07T20:37:02-04:00

Commit Message:
TITANIC: Fix hiding SGT toilet after turning it on & off

Changed paths:
    engines/titanic/game/sgt/toilet.cpp


diff --git a/engines/titanic/game/sgt/toilet.cpp b/engines/titanic/game/sgt/toilet.cpp
index 0f796c2..0bcb08f 100644
--- a/engines/titanic/game/sgt/toilet.cpp
+++ b/engines/titanic/game/sgt/toilet.cpp
@@ -64,7 +64,7 @@ bool CToilet::TurnOff(CTurnOff *msg) {
 		_isClosed = true;
 		_startFrame = 11;
 		_endFrame = 18;
-		playMovie(11, 18, MOVIE_WAIT_FOR_FINISH);
+		playMovie(11, 18, MOVIE_NOTIFY_OBJECT | MOVIE_WAIT_FOR_FINISH);
 		playSound("b#1.wav");
 	}
 





More information about the Scummvm-git-logs mailing list