From c70380aef6a6f2fd1251d085f5a5707142d6d521 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 18 Dec 2016 14:50:08 -0500 Subject: TITANIC: Renamings for PET Rooms flag for if elevator is broken --- engines/titanic/pet_control/pet_control.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (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 af5ceb0a2a..0a8b6295be 100644 --- a/engines/titanic/pet_control/pet_control.h +++ b/engines/titanic/pet_control/pet_control.h @@ -551,8 +551,11 @@ public: return _rooms.getAssignedElevatorNum(); } - void setRooms1D4(int val) { - _rooms.set1D4(val); + /** + * Sets the flag for whether elevator 4 has yet been fixed + */ + void setRoomsElevatorBroken(bool flag) { + _rooms.setElevatorBroken(flag); } bool isRoom59706() const { -- cgit v1.2.3