summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-04 11:18:43 +0000
committerrubidium <rubidium@openttd.org>2011-12-04 11:18:43 +0000
commit5891099f24c7cb1a1d0165774ed839164f8674fd (patch)
tree108988369df86538c3520edb197406da18813fb8 /src/newgrf_config.h
parent87fdac852c4d112d9726855ff98c978dd59f76fa (diff)
downloadopenttd-5891099f24c7cb1a1d0165774ed839164f8674fd.tar.xz
(svn r23422) -Fix [FS#4863] (r22797): the default palette setting wasn't applied correctly anymore as the configuration file is loaded after the first NewGRF scan
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 94b9a25ce..4e2057fca 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -240,5 +240,6 @@ GRFTextWrapper *FindUnknownGRFName(uint32 grfid, uint8 *md5sum, bool create);
#endif /* ENABLE_NETWORK */
void UpdateNewGRFScanStatus(uint num, const char *name);
+bool UpdateNewGRFConfigPalette(int32 p1 = 0);
#endif /* NEWGRF_CONFIG_H */