TITANIC: Fix incorrect bowl rendering when parrot eats nuts

This commit is contained in:
Paul Gilbert 2017-06-24 15:58:34 -04:00
parent deed634919
commit 6f02bbc8dd

View File

@ -42,6 +42,7 @@ void CEarSweetBowl::load(SimpleFile *file) {
}
bool CEarSweetBowl::MovieEndMsg(CMovieEndMsg *msg) {
setVisible(false);
CIsEarBowlPuzzleDone doneMsg;
doneMsg.execute(findRoom());