(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.
This commit is contained in:
maedhros
2007-02-21 23:18:08 +00:00
parent fd4a0dafc2
commit f2d63dcecf
9 changed files with 25 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ typedef struct GRFConfig : public GRFIdentifier {
char *filename;
char *name;
char *info;
char *error;
uint8 flags;
uint32 param[0x80];