1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 17:19:09 +00:00

Change: Make "middle" the default stopping location for trains in platforms

This commit is contained in:
EmperorJake
2023-12-19 20:59:38 +11:00
parent c1afbc9415
commit 309337d427

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