diff options
author | jostephd <josteph@fastmail.com> | 2020-12-14 23:39:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 00:39:57 +0100 |
commit | b1cf79da5b2c9b3a920d8489513f6995cc53e48c (patch) | |
tree | 939cc7e62e6ce74e408896b66ebd6563dc7aff0d /src/table | |
parent | 79240eab1ee4abb2882a40c7ac18e4915b4dc820 (diff) | |
download | openttd-b1cf79da5b2c9b3a920d8489513f6995cc53e48c.tar.xz |
Feature: new velocity unit "tiles/day" (#8278)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/gameopt_settings.ini | 2 | ||||
-rw-r--r-- | src/table/settings.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/table/gameopt_settings.ini b/src/table/gameopt_settings.ini index d1634e349..08253be93 100644 --- a/src/table/gameopt_settings.ini +++ b/src/table/gameopt_settings.ini @@ -13,7 +13,7 @@ uint8 _old_units; ///< Old units from old s /* Most of these strings are used both for gameopt-backward compatibility * and the settings tables. The rest is here for consistency. */ static const char *_locale_currencies = "GBP|USD|EUR|YEN|ATS|BEF|CHF|CZK|DEM|DKK|ESP|FIM|FRF|GRD|HUF|ISK|ITL|NLG|NOK|PLN|RON|RUR|SIT|SEK|YTL|SKK|BRL|EEK|custom"; -static const char *_locale_units = "imperial|metric|si"; +static const char *_locale_units = "imperial|metric|si|gameunits"; static const char *_town_names = "english|french|german|american|latin|silly|swedish|dutch|finnish|polish|slovak|norwegian|hungarian|austrian|romanian|czech|swiss|danish|turkish|italian|catalan"; static const char *_climates = "temperate|arctic|tropic|toyland"; static const char *_autosave_interval = "off|monthly|quarterly|half year|yearly"; diff --git a/src/table/settings.ini b/src/table/settings.ini index bba7d61e8..b578d462b 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -2475,7 +2475,7 @@ from = SLV_184 flags = SLF_NO_NETWORK_SYNC guiflags = SGF_MULTISTRING def = 1 -max = 2 +max = 3 full = _locale_units proc = RedrawScreen cat = SC_BASIC |