From bce75da07a8573160a53f9e9dd3855106982d6f3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 31 Oct 2016 23:57:54 -0400 Subject: TITANIC: Fix rendering PET glyphs when scrolled --- engines/titanic/pet_control/pet_rooms.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_rooms.cpp') 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() { -- cgit v1.2.3