1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 01:49:10 +00:00

(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 5450167efc
commit 3e6c530e1e
5 changed files with 29 additions and 0 deletions

View File

@@ -147,5 +147,6 @@ bool HasGrfMiscBit(GrfMiscBit bit);
bool GetGlobalVariable(byte param, uint32 *value);
StringID MapGRFStringID(uint32 grfid, StringID str);
void ShowNewGRFError();
#endif /* NEWGRF_H */