mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
Change the default auto timetable separation rate to 40%.
This is to improve jam-resistance by default.
This commit is contained in:
parent
26d32269a3
commit
61aad7ce2a
@ -149,7 +149,7 @@ base = CompanySettings
|
|||||||
var = auto_timetable_separation_rate
|
var = auto_timetable_separation_rate
|
||||||
type = SLE_UINT8
|
type = SLE_UINT8
|
||||||
guiflags = SGF_PER_COMPANY
|
guiflags = SGF_PER_COMPANY
|
||||||
def = 100
|
def = 40
|
||||||
min = 0
|
min = 0
|
||||||
max = 100
|
max = 100
|
||||||
interval = 10
|
interval = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user