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, 3 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_rooms.h b/engines/titanic/pet_control/pet_rooms.h
index 515c9fb10d..608940fec6 100644
--- a/engines/titanic/pet_control/pet_rooms.h
+++ b/engines/titanic/pet_control/pet_rooms.h
@@ -65,7 +65,7 @@ private:
*/
void resetHighlight();
- int fn1();
+ RoomGlyphMode fn1();
void areaChanged(PetArea area);
@@ -73,6 +73,8 @@ private:
* Adds a glyph to the list
*/
CPetRoomsGlyph *addGlyph(int val, bool highlight);
+
+ uint mode1Flags() const;
public:
CPetRooms();