summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-11-04 22:24:03 +0000
committerglx <glx@openttd.org>2007-11-04 22:24:03 +0000
commit3517ee6d54157541ad8c451a075b675c0b429506 (patch)
treecd0e25b8a0622ff40fa75f65047e24b6d9af09e1 /src/newgrf_config.h
parent6c9617b4aedb25f61e2c7c300f7291e2aac31c79 (diff)
downloadopenttd-3517ee6d54157541ad8c451a075b675c0b429506.tar.xz
(svn r11381) -Fix [FS#1227]: redo the fix in a less breaking way
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 372946bee..fe59d44c3 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -15,6 +15,7 @@ enum GCF_Flags {
GCF_COMPATIBLE,///< GRF file does not exactly match the requested GRF (different MD5SUM), but grfid matches)
GCF_COPY, ///< The data is copied from a grf in _all_grfs
GCF_INIT_ONLY, ///< GRF file is processed up to GLS_INIT
+ GCF_RESERVED, ///< GRF file passed GLS_RESERVE stage
};
enum GRFStatus {