summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-15 00:00:51 +0000
committerrubidium <rubidium@openttd.org>2009-12-15 00:00:51 +0000
commit3e6c530e1ea1139d18ebe31fa6e99460cdfbce6e (patch)
tree7461637cdc7d48ef9c1e132200b58bdba076c1de /src/newgrf.h
parent5450167efc292ab93ab841077e71a7d63cfc7e05 (diff)
downloadopenttd-3e6c530e1ea1139d18ebe31fa6e99460cdfbce6e.tar.xz
(svn r18506) -Fix [FS#3368]: no error message was created for the first fatal NewGRF error.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index b9009c4fe..ea9b890a0 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -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 */