Fix commit 4cf60613 suppressing critical error message windows

This commit is contained in:
Jonathan G Rennison
2019-08-22 02:28:29 +01:00
parent 2e4b1d73d8
commit 942da75dd4

View File

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