From 942da75dd4792438f2a7cbe0cd5912d1c93c194a Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 22 Aug 2019 02:28:29 +0100 Subject: [PATCH] Fix commit 4cf60613 suppressing critical error message windows --- src/openttd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openttd.cpp b/src/openttd.cpp index 2be27d8e82..ec71b057e0 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -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;