From aceff5852e7f769773f5932c46201ab2c3299a9c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 7 Sep 2017 20:37:02 -0400 Subject: TITANIC: Fix hiding SGT toilet after turning it on & off --- engines/titanic/game/sgt/toilet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/game/sgt/toilet.cpp b/engines/titanic/game/sgt/toilet.cpp index 0f796c2b9d..0bcb08fe38 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"); } -- cgit v1.2.3