summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-01-16 19:53:52 +0000
committerpeter1138 <peter1138@openttd.org>2009-01-16 19:53:52 +0000
commitf8d65b486597b713dd829fafe98aa7bd3713eab7 (patch)
tree1fc9ad407c2e3a9539d19446dddae443be0eeb78 /src/newgrf_config.h
parent102cc11ee9faa60bd8b843519fb451da69b9bd01 (diff)
downloadopenttd-f8d65b486597b713dd829fafe98aa7bd3713eab7.tar.xz
(svn r15114) -Codechange: Add support for 8 byte action7/9 data, used as a mask for GRFID checks.
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index fcd97f0a2..4dedd5b29 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -82,7 +82,7 @@ extern GRFConfig *_grfconfig_static; ///< First item in list of static GRF set
void ScanNewGRFFiles();
const GRFConfig *FindGRFConfig(uint32 grfid, const uint8 *md5sum = NULL);
-GRFConfig *GetGRFConfig(uint32 grfid);
+GRFConfig *GetGRFConfig(uint32 grfid, uint32 mask = 0xFFFFFFFF);
GRFConfig **CopyGRFConfigList(GRFConfig **dst, const GRFConfig *src, bool init_only);
void AppendStaticGRFConfigs(GRFConfig **dst);
void AppendToGRFConfigList(GRFConfig **dst, GRFConfig *el);