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
commitf2d63dcecf5975b1817858e044e9044f21a4cc41 (patch)
treed603c0685ec921601a4cde5803bfbc4c046c69a3 /src/newgrf_config.h
parentfd4a0dafc2b59930fd313a281f2851d8e4c75aba (diff)
downloadopenttd-f2d63dcecf5975b1817858e044e9044f21a4cc41.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];