From fcb42d57150297725bd0f4aacb802fda78ec5695 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 25 Jul 2016 21:01:36 -0400 Subject: TITANIC: Added Bellbot & Deskbot proc25 --- engines/titanic/pet_control/pet_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_control.h') diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h index 5e77b15230..362fc11f6e 100644 --- a/engines/titanic/pet_control/pet_control.h +++ b/engines/titanic/pet_control/pet_control.h @@ -524,7 +524,7 @@ public: /** * Returns the elevator number for the player's currently assigned room */ - int getRoomsElevatorNum1() const { + int getAssignedElevatorNum() const { return _rooms.getAssignedElevatorNum(); } -- cgit v1.2.3