aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h7
1 files changed, 5 insertions, 2 deletions
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 {