mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
TITANIC: Fix hiding SGT toilet after turning it on & off
This commit is contained in:
parent
2b7b75f9a8
commit
aceff5852e
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user