From 8e62240ed95acd53187815299f105cf7924a12c4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 25 Aug 2017 17:37:03 -0400 Subject: TITANIC: Show NPC portrait in Conversations tab after loading savegame --- engines/titanic/pet_control/pet_conversations.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/titanic/pet_control/pet_conversations.cpp b/engines/titanic/pet_control/pet_conversations.cpp index 8157e1ce82..6f49dbe444 100644 --- a/engines/titanic/pet_control/pet_conversations.cpp +++ b/engines/titanic/pet_control/pet_conversations.cpp @@ -99,6 +99,10 @@ bool CPetConversations::reset() { _log.setColor(getColor(2)); } + // WORKAROUND: After loading, mark log as changed so the + // current NPC portrait to display gets recalculated + _logChanged = true; + return true; } -- cgit v1.2.3