mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
Fix commit 4cf60613
suppressing critical error message windows
This commit is contained in:
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…
Reference in New Issue
Block a user