Add a "default" mode to TT autofill rounding setting, set as default

Use game ticks per minute or day ticks
This commit is contained in:
Jonathan G Rennison
2021-12-03 12:01:13 +00:00
parent bc75c3af6f
commit 4e25fa199c
3 changed files with 10 additions and 6 deletions

View File

@@ -176,14 +176,14 @@ patxname = ""auto_timetable_separation_rate""
base = CompanySettings
var = timetable_autofill_rounding
type = SLE_UINT16
flags = SF_PER_COMPANY
def = 74
min = 1
flags = SF_PER_COMPANY | SF_GUI_0_IS_SPECIAL
def = 0
min = 0
max = 1000
interval = 10
str = STR_CONFIG_SETTING_TIMETABLE_AUTOFILL_ROUNDING_TICKS
strhelp = STR_CONFIG_SETTING_TIMETABLE_AUTOFILL_ROUNDING_TICKS_HELPTEXT
strval = STR_JUST_INT
strval = STR_CONFIG_SETTING_TIMETABLE_AUTOFILL_ROUNDING_TICKS_VALUE
cat = SC_EXPERT
patxname = ""timetable_autofill_rounding""