Browse Source

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
pull/4381/head
Gleb Mazovetskiy 4 years ago committed by GitHub
parent
commit
80599319bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Source/diablo.cpp
  2. 1
      Source/qol/chatlog.cpp

1
Source/diablo.cpp

@ -1307,7 +1307,6 @@ void HelpKeyPressed()
stream_stop();
}
QuestLogIsOpen = false;
AutomapActive = false;
CancelCurrentDiabloMsg();
gamemenu_off();
DisplayHelp();

1
Source/qol/chatlog.cpp

@ -105,7 +105,6 @@ void ToggleChatLog()
}
QuestLogIsOpen = false;
HelpFlag = false;
AutomapActive = false;
CancelCurrentDiabloMsg();
gamemenu_off();
SkipLines = 0;

Loading…
Cancel
Save