Save/load changes for timetable_separation_rate setting.

This commit is contained in:
Jonathan G Rennison 2015-08-11 21:24:56 +01:00
parent adb3156951
commit 25bc8eb1e2

View File

@ -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.