aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms.h')
-rw-r--r--engines/titanic/pet_control/pet_rooms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_rooms.h b/engines/titanic/pet_control/pet_rooms.h
index efc7e3c969..19c97c0d4e 100644
--- a/engines/titanic/pet_control/pet_rooms.h
+++ b/engines/titanic/pet_control/pet_rooms.h
@@ -49,7 +49,7 @@ private:
int _roomNum;
int _field1CC;
int _wellEntry;
- int _field1D4;
+ bool _elevatorBroken;
private:
/**
* Setup the control
@@ -212,7 +212,7 @@ public:
*/
int getWellEntry() const { return _wellEntry; }
- void set1D4(int val) { _field1D4 = val; }
+ void setElevatorBroken(bool flag) { _elevatorBroken = flag; }
};
} // End of namespace Titanic