diff options
author | rubidium <rubidium@openttd.org> | 2011-12-04 11:18:43 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-04 11:18:43 +0000 |
commit | 5891099f24c7cb1a1d0165774ed839164f8674fd (patch) | |
tree | 108988369df86538c3520edb197406da18813fb8 /src/table | |
parent | 87fdac852c4d112d9726855ff98c978dd59f76fa (diff) | |
download | openttd-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/table')
-rw-r--r-- | src/table/settings.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 965eaeb17..40052828b 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -40,7 +40,6 @@ static bool InvalidateIndustryViewWindow(int32 p1); static bool InvalidateAISettingsWindow(int32 p1); static bool RedrawTownAuthority(int32 p1); static bool InvalidateCompanyInfrastructureWindow(int32 p1); -extern bool UpdateNewGRFConfigPalette(int32 p1); static bool ZoomMinMaxChanged(int32 p1); #ifdef ENABLE_NETWORK |