aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
diff options
context:
space:
mode:
authorPaul Gilbert2017-06-24 15:58:34 -0400
committerPaul Gilbert2017-06-24 15:58:34 -0400
commit6f02bbc8ddff87a566d47b4608b14cdd37d7c31c (patch)
tree2fcbec8a4b2c85f4fbd5105163324975405d7906 /engines/titanic
parentdeed6349196fa3c9696a017c41af1e3341a93560 (diff)
downloadscummvm-rg350-6f02bbc8ddff87a566d47b4608b14cdd37d7c31c.tar.gz
scummvm-rg350-6f02bbc8ddff87a566d47b4608b14cdd37d7c31c.tar.bz2
scummvm-rg350-6f02bbc8ddff87a566d47b4608b14cdd37d7c31c.zip
TITANIC: Fix incorrect bowl rendering when parrot eats nuts
Diffstat (limited to 'engines/titanic')
-rw-r--r--engines/titanic/game/ear_sweet_bowl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/ear_sweet_bowl.cpp b/engines/titanic/game/ear_sweet_bowl.cpp
index 5c41ba4dfe..387392b26d 100644
--- a/engines/titanic/game/ear_sweet_bowl.cpp
+++ b/engines/titanic/game/ear_sweet_bowl.cpp
@@ -42,6 +42,7 @@ void CEarSweetBowl::load(SimpleFile *file) {
}
bool CEarSweetBowl::MovieEndMsg(CMovieEndMsg *msg) {
+ setVisible(false);
CIsEarBowlPuzzleDone doneMsg;
doneMsg.execute(findRoom());