Skip to content

Commit

Permalink
Change: Enable "Forbid 90 degree turns" setting by default
Browse files Browse the repository at this point in the history
(cherry picked from commit 4decd2a)
  • Loading branch information
2TallTyler authored and JGRennison committed Jul 31, 2023
1 parent 2ddc5d9 commit 748ff13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/table/settings/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1497,10 +1497,9 @@ patxname = ""vehicle.rail_depot_speed_limit""

[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
cat = SC_EXPERT

[SDT_XREF]
Expand Down

0 comments on commit 748ff13

Please sign in to comment.