Changeset - r28466:42bae877316f
[Not reviewed]
master
0 1 0
EmperorJake - 11 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
 
@@ -591,13 +591,13 @@ strhelp  = STR_CONFIG_SETTING_NONSTOP_BY
 
cat      = SC_BASIC
 

	
 
[SDTC_VAR]
 
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
 
str      = STR_CONFIG_SETTING_STOP_LOCATION
 
strhelp  = STR_CONFIG_SETTING_STOP_LOCATION_HELPTEXT
 
strval   = STR_CONFIG_SETTING_STOP_LOCATION_NEAR_END
0 comments (0 inline, 0 general)