(svn r18506) -Fix [FS#3368]: no error message was created for the first fatal NewGRF error.

This commit is contained in:
rubidium
2009-12-15 00:00:51 +00:00
parent 2f3027c01b
commit 25d04c0777
5 changed files with 29 additions and 0 deletions

View File

@@ -261,6 +261,7 @@ static void InitializeWindowsAndCaches()
UpdateAirportsNoise();
CheckTrainsLengths();
ShowNewGRFError();
}
typedef void (CDECL *SignalHandlerPointer)(int);