mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
TITANIC: Fix SuccUBus not always redirecting 'nowhere' glyphs to Bilge
This commit is contained in:
parent
b818656a85
commit
9c4316b46b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user