Skip to content

Commit

Permalink
TITANIC: Fix hiding SGT toilet after turning it on & off
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Sep 8, 2017
1 parent 2b7b75f commit aceff58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/game/sgt/toilet.cpp
Expand Up @@ -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");
}

Expand Down

0 comments on commit aceff58

Please sign in to comment.