[Scummvm-git-logs] scummvm master -> 6f02bbc8ddff87a566d47b4608b14cdd37d7c31c

dreammaster dreammaster at scummvm.org
Sat Jun 24 21:58:49 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6f02bbc8dd TITANIC: Fix incorrect bowl rendering when parrot eats nuts


Commit: 6f02bbc8ddff87a566d47b4608b14cdd37d7c31c
    https://github.com/scummvm/scummvm/commit/6f02bbc8ddff87a566d47b4608b14cdd37d7c31c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-24T15:58:34-04:00

Commit Message:
TITANIC: Fix incorrect bowl rendering when parrot eats nuts

Changed paths:
    engines/titanic/game/ear_sweet_bowl.cpp


diff --git a/engines/titanic/game/ear_sweet_bowl.cpp b/engines/titanic/game/ear_sweet_bowl.cpp
index 5c41ba4..387392b 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());
 





More information about the Scummvm-git-logs mailing list