Skip to content

Commit

Permalink
interfaceShutDown: Always call intResetScreen first
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 20, 2023
1 parent a399a6d commit 31dfae6
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()
{
intResetScreen(true);

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

0 comments on commit 31dfae6

Please sign in to comment.