mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
TITANIC: Fix incorrect bowl rendering when parrot eats nuts
This commit is contained in:
parent
deed634919
commit
6f02bbc8dd
@ -42,6 +42,7 @@ void CEarSweetBowl::load(SimpleFile *file) {
|
||||
}
|
||||
|
||||
bool CEarSweetBowl::MovieEndMsg(CMovieEndMsg *msg) {
|
||||
setVisible(false);
|
||||
CIsEarBowlPuzzleDone doneMsg;
|
||||
doneMsg.execute(findRoom());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user