Skip to content

Commit

Permalink
interfaceShutDown: Always shutdown intel map overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 21, 2023
1 parent c1457c7 commit 04f908e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,8 @@ bool intInitialise()
/* Shut down the in game interface */
void interfaceShutDown()
{
intRemoveIntelMapNoAnim(); // always call to ensure overlay screen is destroyed

if (replayOverlayScreen)
{
widgRemoveOverlayScreen(replayOverlayScreen);
Expand Down

0 comments on commit 04f908e

Please sign in to comment.