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

This commit is contained in:
Paul Gilbert 2017-09-07 20:37:02 -04:00
parent 2b7b75f9a8
commit aceff5852e

View File

@ -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");
}