mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
Save/load changes for timetable_separation_rate setting.
This commit is contained in:
parent
adb3156951
commit
25bc8eb1e2
@ -355,7 +355,6 @@ patxname = ""auto_timetables.order.timetable_separation""
|
|||||||
base = GameSettings
|
base = GameSettings
|
||||||
var = order.timetable_separation_rate
|
var = order.timetable_separation_rate
|
||||||
type = SLE_UINT8
|
type = SLE_UINT8
|
||||||
from = TIMESEP_SV
|
|
||||||
def = 100
|
def = 100
|
||||||
min = 0
|
min = 0
|
||||||
max = 100
|
max = 100
|
||||||
@ -364,6 +363,8 @@ str = STR_CONFIG_SETTING_TIMETABLE_SEPARATION_RATE
|
|||||||
strhelp = STR_CONFIG_SETTING_TIMETABLE_SEPARATION_RATE_HELPTEXT
|
strhelp = STR_CONFIG_SETTING_TIMETABLE_SEPARATION_RATE_HELPTEXT
|
||||||
strval = STR_CONFIG_SETTING_PERCENTAGE
|
strval = STR_CONFIG_SETTING_PERCENTAGE
|
||||||
cat = SC_EXPERT
|
cat = SC_EXPERT
|
||||||
|
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_AUTO_TIMETABLE)
|
||||||
|
patxname = ""auto_timetables.order.timetable_separation_rate""
|
||||||
|
|
||||||
; There are only 21 predefined town_name values (0-20), but you can have more with newgrf action F so allow
|
; There are only 21 predefined town_name values (0-20), but you can have more with newgrf action F so allow
|
||||||
; these bigger values (21-255). Invalid values will fallback to english on use and (undefined string) in GUI.
|
; these bigger values (21-255). Invalid values will fallback to english on use and (undefined string) in GUI.
|
||||||
|
Loading…
Reference in New Issue
Block a user