aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-22 16:32:48 -0500
committerPaul Gilbert2017-01-22 16:32:48 -0500
commit4847fd49a9cf1c406dc29ff0c29538e467e9d84b (patch)
tree046395e68f1c051151bf80c5a2089dbe2276f627 /engines/titanic/pet_control/pet_control.h
parentfac26795b66eaeb5fd3c3adf946e8c6c216a85ff (diff)
downloadscummvm-rg350-4847fd49a9cf1c406dc29ff0c29538e467e9d84b.tar.gz
scummvm-rg350-4847fd49a9cf1c406dc29ff0c29538e467e9d84b.tar.bz2
scummvm-rg350-4847fd49a9cf1c406dc29ff0c29538e467e9d84b.zip
TITANIC: Fixes for sending via the Bilge SuccUBus
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index a60e386525..554157e166 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -530,7 +530,7 @@ public:
* Returns whether the given room flags specify a location with a SuccUBus
*/
bool isSuccUBusDest(uint roomFlags) {
- return CRoomFlags(roomFlags).not5();
+ return CRoomFlags(roomFlags).isSuccUBusDest();
}
/**