diff options
author | frosch <frosch@openttd.org> | 2021-01-12 23:07:44 +0100 |
---|---|---|
committer | frosch <github@elsenhans.name> | 2021-02-14 23:14:07 +0100 |
commit | 5a1fa185094dbcb563ba2b4ed5530995be374b19 (patch) | |
tree | dba1e79dd53420e6101f881ef7146178cd7bd131 /src/table | |
parent | c71d0f5e7fd3545b14ecd7321abe838e47deeef0 (diff) | |
download | openttd-5a1fa185094dbcb563ba2b4ed5530995be374b19.tar.xz |
Change: move the 'road drive side' selection to settings tree, and give it the same 'basic' visibilty as 'signal side'.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index b0b1f7679..7dd9da255 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -374,6 +374,7 @@ str = STR_CONFIG_SETTING_ROAD_SIDE strhelp = STR_CONFIG_SETTING_ROAD_SIDE_HELPTEXT strval = STR_GAME_OPTIONS_ROAD_VEHICLES_DROPDOWN_LEFT proc = CheckRoadSide +cat = SC_BASIC ; Construction |