From 81cb0f11dbad5e1744807a926f245c4b2e8307be Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 25 Dec 2016 23:54:00 -0500 Subject: TITANIC: Cleanup and fixes for class checks when SuccUBus sucking --- engines/titanic/room_flags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/room_flags.h') diff --git a/engines/titanic/room_flags.h b/engines/titanic/room_flags.h index 8e86bf707e..e2fb91015a 100644 --- a/engines/titanic/room_flags.h +++ b/engines/titanic/room_flags.h @@ -209,9 +209,9 @@ public: void setRandomLocation(PassengerClass classNum, bool flag); /** - * Gets the succubus number associated with a given room + * Gets the passenger class for a succubus associated with a given room */ - uint getSuccUBusNum(const CString &roomName) const; + PassengerClass getSuccUBusClass(const CString &roomName) const; /** * Gets the succubus room name associated with the current room flags -- cgit v1.2.3