diff options
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r-- | src/newgrf_config.h | 1 |
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]; |