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;