mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +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) {
|
bool CEarSweetBowl::MovieEndMsg(CMovieEndMsg *msg) {
|
||||||
|
setVisible(false);
|
||||||
CIsEarBowlPuzzleDone doneMsg;
|
CIsEarBowlPuzzleDone doneMsg;
|
||||||
doneMsg.execute(findRoom());
|
doneMsg.execute(findRoom());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user