Fix cc39fa9: New orders are non-stop by default (#8689)

This commit is contained in:
Tyler Trahan
2021-02-18 12:42:28 -05:00
committed by GitHub
parent 15b99f2e7a
commit fa88cb62e1

View File

@@ -1201,7 +1201,7 @@ cat = SC_EXPERT
var = gui.sg_new_nonstop
from = SLV_22
to = SLV_93
def = true
def = false
; station.nonuniform_stations
[SDT_NULL]
@@ -3076,7 +3076,7 @@ strhelp = STR_CONFIG_SETTING_WARN_LOST_VEHICLE_HELPTEXT
[SDTC_BOOL]
var = gui.new_nonstop
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
def = false
def = true
str = STR_CONFIG_SETTING_NONSTOP_BY_DEFAULT
strhelp = STR_CONFIG_SETTING_NONSTOP_BY_DEFAULT_HELPTEXT
cat = SC_BASIC