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/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/settings.ini')
-rw-r--r-- | src/table/settings/settings.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings/settings.ini b/src/table/settings/settings.ini index fae6e5636..984668e51 100644 --- a/src/table/settings/settings.ini +++ b/src/table/settings/settings.ini @@ -46,7 +46,7 @@ static void InvalidateShipPathCache(int32 new_value); * assigns its own value. If the setting was company-based, that would mean that * vehicles could decide on different moments that they are heading back to a * service depot, causing desyncs on a massive scale. */ -static const SettingVariant _settings[] = { +static const SettingVariant _settings_table[] = { [post-amble] }; [templates] |