diff options
author | Paul Gilbert | 2017-10-16 20:42:00 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-10-16 20:42:00 -0400 |
commit | 8057d888a6975136d9f3c5c4492fb3efa2f3baa9 (patch) | |
tree | f94aad979b84fa080d2b8e8ebebf425a7ebc52af /engines/titanic | |
parent | ce052fbef4f8f1007c3f64077dbe6d13499d4e7d (diff) | |
download | scummvm-rg350-8057d888a6975136d9f3c5c4492fb3efa2f3baa9.tar.gz scummvm-rg350-8057d888a6975136d9f3c5c4492fb3efa2f3baa9.tar.bz2 scummvm-rg350-8057d888a6975136d9f3c5c4492fb3efa2f3baa9.zip |
TITANIC: Remove redundant room check in CEarSweetBowl
Diffstat (limited to 'engines/titanic')
-rw-r--r-- | engines/titanic/game/ear_sweet_bowl.cpp | 4 |
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()); |