Fix cc39fa9: New orders are non-stop by default (#8689)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user