diff options
author | rubidium42 <rubidium@openttd.org> | 2021-07-05 17:46:38 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-07-06 21:32:47 +0200 |
commit | 25ca6a75bc83df7224f56fc1ab22c4491f77649e (patch) | |
tree | 1c99d6657789d9adecd7a3f1df7e41f7f8b8d633 /src/table/settings/company_settings.ini | |
parent | b4aedc8bee97218febda75889ff2ef50f70a2439 (diff) | |
download | openttd-25ca6a75bc83df7224f56fc1ab22c4491f77649e.tar.xz |
Codechange: split off the settings table and all the callbacks from the main settings handling logic
Diffstat (limited to 'src/table/settings/company_settings.ini')
-rw-r--r-- | src/table/settings/company_settings.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings/company_settings.ini b/src/table/settings/company_settings.ini index e5019305f..52920e6e6 100644 --- a/src/table/settings/company_settings.ini +++ b/src/table/settings/company_settings.ini @@ -12,7 +12,7 @@ static void UpdateAllServiceInterval(int32 new_value); static bool CanUpdateServiceInterval(VehicleType type, int32 &new_value); static void UpdateServiceInterval(VehicleType type, int32 new_value); -static const SettingVariant _company_settings[] = { +static const SettingVariant _company_settings_table[] = { [post-amble] }; [templates] |