From 623a848cca99d7686f4e594fea4573d5bb40ed32 Mon Sep 17 00:00:00 2001 From: glx Date: Mon, 18 Jun 2007 23:00:55 +0000 Subject: (svn r10211) -Feature: [NewGRF] Add support for action 0F --- src/newgrf_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/newgrf_config.h') diff --git a/src/newgrf_config.h b/src/newgrf_config.h index 120b085b7..9968d3cf7 100644 --- a/src/newgrf_config.h +++ b/src/newgrf_config.h @@ -14,6 +14,7 @@ enum GCF_Flags { GCF_STATIC, ///< GRF file is used statically (can be used in any MP game) 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 }; enum GRFStatus { @@ -74,7 +75,7 @@ extern GRFConfig *_grfconfig_static; void ScanNewGRFFiles(); const GRFConfig *FindGRFConfig(uint32 grfid, const uint8 *md5sum = NULL); GRFConfig *GetGRFConfig(uint32 grfid); -GRFConfig **CopyGRFConfigList(GRFConfig **dst, const GRFConfig *src); +GRFConfig **CopyGRFConfigList(GRFConfig **dst, const GRFConfig *src, bool init_only); void AppendStaticGRFConfigs(GRFConfig **dst); void AppendToGRFConfigList(GRFConfig **dst, GRFConfig *el); void ClearGRFConfig(GRFConfig **config); -- cgit v1.2.3-54-g00ecf