forked from mirror/OpenTTD
Change: Make "middle" the default stopping location for trains in platforms (#11605)
This commit is contained in:
@@ -594,7 +594,7 @@ cat = SC_BASIC
|
|||||||
var = gui.stop_location
|
var = gui.stop_location
|
||||||
type = SLE_UINT8
|
type = SLE_UINT8
|
||||||
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC | SF_GUI_DROPDOWN
|
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC | SF_GUI_DROPDOWN
|
||||||
def = 2
|
def = 1
|
||||||
min = 0
|
min = 0
|
||||||
max = 2
|
max = 2
|
||||||
interval = 1
|
interval = 1
|
||||||
|
Reference in New Issue
Block a user