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;