From 99b353b9fef51eccbf88b1bfa8a69381369dfd50 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 2 Aug 2016 19:27:00 -0400 Subject: TITANIC: Added CPETPosition enterViewMsg --- engines/titanic/pet_control/pet_control.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 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 ef7e49d4e4..a86d110458 100644 --- a/engines/titanic/pet_control/pet_control.h +++ b/engines/titanic/pet_control/pet_control.h @@ -470,12 +470,20 @@ public: return _rooms.getRoomNum(); } - void setRooms1D0(int v) { - _rooms.set1D0(v); + /** + * Sets the entry number for arriving at the well + */ + void setRoomsWellEntry(int entryNum) { + _rooms.setWellEntry(entryNum); } - int getRooms1D0() const { - return _rooms.get1D0(); + + /** + * Gets the entry number used when last arriving at the well + */ + int getRoomsWellEntry() const { + return _rooms.getWellEntry(); } + void setRooms1CC(int v) { _rooms.set1CC(v); } -- cgit v1.2.3