Changeset - r27760:7a5261e811e5
[Not reviewed]
master
0 1 0
Tyler Trahan - 11 months ago 2023-07-30 21:00:44
tyler@tylertrahan.com
Change: Enable "Forbid 90 degree turns" setting by default
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/table/settings/pathfinding_settings.ini
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)