summaryrefslogtreecommitdiff
path: root/src/table/settings.ini
diff options
context:
space:
mode:
authorTyler Trahan <tyler@tylertrahan.com>2021-02-18 12:42:28 -0500
committerGitHub <noreply@github.com>2021-02-18 18:42:28 +0100
commitfa88cb62e1676bd670504730a2d8e58089234941 (patch)
treebe22dfa4a3a3eaeea30b8da1ca4088c310b58214 /src/table/settings.ini
parent15b99f2e7ae0b2ab4bce18c1663dff95220f42e0 (diff)
downloadopenttd-fa88cb62e1676bd670504730a2d8e58089234941.tar.xz
Fix cc39fa9: New orders are non-stop by default (#8689)
Diffstat (limited to 'src/table/settings.ini')
-rw-r--r--src/table/settings.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini
index 1c68e6b73..dbec69eb3 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -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