summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-13 14:07:49 +0000
committerfrosch <frosch@openttd.org>2010-06-13 14:07:49 +0000
commit641fc68aa80fc24fa277ae3dc62eec2969bdd26b (patch)
tree1e980b24f7e52733370eee2a40ee009e3b8ded97 /src/newgrf_config.h
parent67bec51f27d47949010ae4eaf777a622619893c8 (diff)
downloadopenttd-641fc68aa80fc24fa277ae3dc62eec2969bdd26b.tar.xz
(svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad().
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 e41fec1c0..a62b028b4 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -119,7 +119,7 @@ void AppendStaticGRFConfigs(GRFConfig **dst);
void AppendToGRFConfigList(GRFConfig **dst, GRFConfig *el);
void ClearGRFConfigList(GRFConfig **config);
void ResetGRFConfig(bool defaults);
-GRFListCompatibility IsGoodGRFConfigList();
+GRFListCompatibility IsGoodGRFConfigList(GRFConfig *grfconfig);
bool FillGRFDetails(GRFConfig *config, bool is_static);
char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last);
GRFConfig *DuplicateGRFConfig(const GRFConfig *c);