Change: Make "middle" the default stopping location for trains in platforms (#11605)

This commit is contained in:
EmperorJake
2024-01-16 08:10:27 +11:00
committed by GitHub
parent 7fd2c2d44f
commit 64bc07ff4e

View File

@@ -594,7 +594,7 @@ cat = SC_BASIC
var = gui.stop_location
type = SLE_UINT8
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC | SF_GUI_DROPDOWN
def = 2
def = 1
min = 0
max = 2
interval = 1