From 9c4316b46b13fba8e3353646e5e4e25aa078f120 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 6 Aug 2017 21:49:23 -0400 Subject: TITANIC: Fix SuccUBus not always redirecting 'nowhere' glyphs to Bilge --- engines/titanic/room_flags.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/titanic/room_flags.cpp b/engines/titanic/room_flags.cpp index 57156f0655..a28a4bd68c 100644 --- a/engines/titanic/room_flags.cpp +++ b/engines/titanic/room_flags.cpp @@ -76,7 +76,7 @@ const SuccUBusFlagsEntry SUCCUBUS_ROOMS[SUCCUBUS_ROOMS_SIZE] = { }; int CRoomFlags::getConditionally() const { - if (getRoomArea() != 5 || getRoomCategory() != 5) + if (getRoomArea() != 5 || getRoomCategory()) return _data; else return 5; -- cgit v1.2.3