From 80599319bc3234d0fa2ffecd88c0298e93e4a42b Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 10 Apr 2022 13:48:23 +0100 Subject: [PATCH] Don't hide the automap in Help and Chat Log (#4379) This was necessary in the past due to stippled transparency but we use blended transparency now. Fixes #4355 --- Source/diablo.cpp | 1 - Source/qol/chatlog.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/Source/diablo.cpp b/Source/diablo.cpp index 640b6cc65..cee2e9f9f 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -1307,7 +1307,6 @@ void HelpKeyPressed() stream_stop(); } QuestLogIsOpen = false; - AutomapActive = false; CancelCurrentDiabloMsg(); gamemenu_off(); DisplayHelp(); diff --git a/Source/qol/chatlog.cpp b/Source/qol/chatlog.cpp index 589f1a3d9..0f939c7b4 100644 --- a/Source/qol/chatlog.cpp +++ b/Source/qol/chatlog.cpp @@ -105,7 +105,6 @@ void ToggleChatLog() } QuestLogIsOpen = false; HelpFlag = false; - AutomapActive = false; CancelCurrentDiabloMsg(); gamemenu_off(); SkipLines = 0;