Changeset - r28466:42bae877316f
[Not reviewed]
master
0 1 0
EmperorJake - 4 months ago 2024-01-15 21:10:27
68182631+EmperorJake@users.noreply.github.com
Change: Make "middle" the default stopping location for trains in platforms (#11605)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/table/settings/gui_settings.ini
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)