diff --git a/src/hci.cpp b/src/hci.cpp index 3b78dc942e0..8016a8250a6 100644 --- a/src/hci.cpp +++ b/src/hci.cpp @@ -965,6 +965,8 @@ bool intInitialise() /* Shut down the in game interface */ void interfaceShutDown() { + intResetScreen(true); + if (replayOverlayScreen) { widgRemoveOverlayScreen(replayOverlayScreen);