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
 
@@ -35,13 +35,13 @@ cat      = SC_ADVANCED
 
extra    = 0
 
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
 
cat      = SC_EXPERT
 

	
 
[SDT_BOOL]
0 comments (0 inline, 0 general)