From 5891099f24c7cb1a1d0165774ed839164f8674fd Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 4 Dec 2011 11:18:43 +0000 Subject: (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 --- src/table/settings.ini | 1 - 1 file changed, 1 deletion(-) (limited to 'src/table') 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 -- cgit v1.2.3-54-g00ecf