Fix commit 4cf60613 suppressing critical error message windows

pull/104/head
Jonathan G Rennison 5 years ago
parent 2e4b1d73d8
commit 942da75dd4

@ -406,6 +406,7 @@ static void ShutdownGame()
*/
static void LoadIntroGame(bool load_newgrfs = true)
{
UnshowCriticalError();
Window *v;
FOR_ALL_WINDOWS_FROM_FRONT(v) delete v;

Loading…
Cancel
Save