1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 18:49:10 +00:00

Change: Enable "Forbid 90 degree turns" setting by default

This commit is contained in:
Tyler Trahan
2023-07-30 17:00:44 -04:00
parent 5a2e9be9d3
commit 4decd2aa48

View File

@@ -38,7 +38,7 @@ startup = false
[SDT_BOOL]
var = pf.forbid_90_deg
def = false
def = true
str = STR_CONFIG_SETTING_FORBID_90_DEG
strhelp = STR_CONFIG_SETTING_FORBID_90_DEG_HELPTEXT
post_cb = InvalidateShipPathCache