From 3fd2cf29b14f92015052fc85aee9299de57360e7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 10 Oct 2017 19:19:46 -0400 Subject: TITANIC: Only allow moving to SGT TV in assigned room --- engines/titanic/game/ear_sweet_bowl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 387392b26d..e9190c337a 100644 --- a/engines/titanic/game/ear_sweet_bowl.cpp +++ b/engines/titanic/game/ear_sweet_bowl.cpp @@ -49,7 +49,7 @@ bool CEarSweetBowl::MovieEndMsg(CMovieEndMsg *msg) { if (!doneMsg._value) { CPetControl *pet = getPetControl(); if (pet) - pet->hasRoomFlags(); + pet->isInAssignedRoom(); CIsParrotPresentMsg parrotMsg; parrotMsg.execute(findRoom()); -- cgit v1.2.3