[Scummvm-git-logs] scummvm master -> 8057d888a6975136d9f3c5c4492fb3efa2f3baa9

dreammaster dreammaster at scummvm.org
Tue Oct 17 02:42:08 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:
8057d888a6 TITANIC: Remove redundant room check in CEarSweetBowl


Commit: 8057d888a6975136d9f3c5c4492fb3efa2f3baa9
    https://github.com/scummvm/scummvm/commit/8057d888a6975136d9f3c5c4492fb3efa2f3baa9
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-16T20:42:00-04:00

Commit Message:
TITANIC: Remove redundant room check in CEarSweetBowl

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 e9190c3..703dfde 100644
--- a/engines/titanic/game/ear_sweet_bowl.cpp
+++ b/engines/titanic/game/ear_sweet_bowl.cpp
@@ -47,10 +47,6 @@ bool CEarSweetBowl::MovieEndMsg(CMovieEndMsg *msg) {
 	doneMsg.execute(findRoom());
 
 	if (!doneMsg._value) {
-		CPetControl *pet = getPetControl();
-		if (pet)
-			pet->isInAssignedRoom();
-
 		CIsParrotPresentMsg parrotMsg;
 		parrotMsg.execute(findRoom());
 





More information about the Scummvm-git-logs mailing list