summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-02-21 23:18:08 +0000
committermaedhros <maedhros@openttd.org>2007-02-21 23:18:08 +0000
commit8b6d07cb8583a9bf7bef176da942bd469ea88485 (patch)
treed603c0685ec921601a4cde5803bfbc4c046c69a3 /src/newgrf_config.h
parenta2ecc3cc645b61e2ca2087c8b92995bd9bf51c30 (diff)
downloadopenttd-8b6d07cb8583a9bf7bef176da942bd469ea88485.tar.xz
(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui
window. GRFs with an error have a warning symbol shown before the name.
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index 97104d934..e2f326215 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -24,6 +24,7 @@ typedef struct GRFConfig : public GRFIdentifier {
char *filename;
char *name;
char *info;
+ char *error;
uint8 flags;
uint32 param[0x80];