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/currency_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/currency_settings.ini')
-rw-r--r-- | src/table/settings/currency_settings.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings/currency_settings.ini b/src/table/settings/currency_settings.ini index d0950db8e..03c6425b2 100644 --- a/src/table/settings/currency_settings.ini +++ b/src/table/settings/currency_settings.ini @@ -7,7 +7,7 @@ ; Settings for the in-game custom currency. [pre-amble] -static const SettingVariant _currency_settings[] = { +static const SettingVariant _currency_settings_table[] = { [post-amble] }; [templates] |