diff options
author | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-09-08 11:04:43 +0200 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2020-02-07 22:05:34 +0100 |
commit | 9e632355f14aef4696730267d1682e7f2ba0f3a9 (patch) | |
tree | 25067c508ffb41be3c037b2ec922a98581e55e63 /src/table | |
parent | 04ce1f0713952131014c4347e9fa9f265aebcea3 (diff) | |
download | openttd-9e632355f14aef4696730267d1682e7f2ba0f3a9.tar.xz |
Fix #7525: Move autorenew setting to Basic category
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/company_settings.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/company_settings.ini b/src/table/company_settings.ini index e853810a1..86035b9d7 100644 --- a/src/table/company_settings.ini +++ b/src/table/company_settings.ini @@ -41,6 +41,7 @@ var = engine_renew def = false str = STR_CONFIG_SETTING_AUTORENEW_VEHICLE strhelp = STR_CONFIG_SETTING_AUTORENEW_VEHICLE_HELPTEXT +cat = SC_BASIC [SDT_VAR] base = CompanySettings |