summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorTyler Trahan <55058389+2TallTyler@users.noreply.github.com>2020-12-15 03:58:37 -0500
committerGitHub <noreply@github.com>2020-12-15 09:58:37 +0100
commitf2a93dba0d7c4e4f23d9d5cb36e1ede8c02eeeca (patch)
tree699d7566d266a0b3a581430900c6af41ed2cffdd /src/table
parent8c42f3a8d4a93fc2c613fa76b6ea9eb7dc277af1 (diff)
downloadopenttd-f2a93dba0d7c4e4f23d9d5cb36e1ede8c02eeeca.tar.xz
Change: set the default setting for autorenew to on for new games (#8352)
Diffstat (limited to 'src/table')
-rw-r--r--src/table/company_settings.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/company_settings.ini b/src/table/company_settings.ini
index 86035b9d7..8f9bee3bf 100644
--- a/src/table/company_settings.ini
+++ b/src/table/company_settings.ini
@@ -38,7 +38,7 @@ cat = SC_ADVANCED
[SDT_BOOL]
base = CompanySettings
var = engine_renew
-def = false
+def = true
str = STR_CONFIG_SETTING_AUTORENEW_VEHICLE
strhelp = STR_CONFIG_SETTING_AUTORENEW_VEHICLE_HELPTEXT
cat = SC_BASIC