aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2017-10-16 20:42:00 -0400
committerPaul Gilbert2017-10-16 20:42:00 -0400
commit8057d888a6975136d9f3c5c4492fb3efa2f3baa9 (patch)
treef94aad979b84fa080d2b8e8ebebf425a7ebc52af /engines
parentce052fbef4f8f1007c3f64077dbe6d13499d4e7d (diff)
downloadscummvm-rg350-8057d888a6975136d9f3c5c4492fb3efa2f3baa9.tar.gz
scummvm-rg350-8057d888a6975136d9f3c5c4492fb3efa2f3baa9.tar.bz2
scummvm-rg350-8057d888a6975136d9f3c5c4492fb3efa2f3baa9.zip
TITANIC: Remove redundant room check in CEarSweetBowl
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/game/ear_sweet_bowl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/titanic/game/ear_sweet_bowl.cpp b/engines/titanic/game/ear_sweet_bowl.cpp
index e9190c337a..703dfde261 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());