aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms.cpp')
-rw-r--r--engines/titanic/pet_control/pet_rooms.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_rooms.cpp b/engines/titanic/pet_control/pet_rooms.cpp
index fb92f2692d..7a0c23c9b9 100644
--- a/engines/titanic/pet_control/pet_rooms.cpp
+++ b/engines/titanic/pet_control/pet_rooms.cpp
@@ -165,7 +165,8 @@ void CPetRooms::enter(PetArea oldArea) {
}
void CPetRooms::enterRoom(CRoomItem *room) {
-
+ if (room)
+ resetHighlight();
}
CPetText *CPetRooms::getText() {