Add setting to ignore object introduction dates
This commit is contained in:
@@ -2093,6 +2093,14 @@ cat = SC_ADVANCED
|
||||
patxname = ""construction.no_expire_objects_after""
|
||||
post_cb = [](auto) { InvalidateWindowClassesData(WC_BUILD_OBJECT, 0); }
|
||||
|
||||
[SDT_BOOL]
|
||||
var = construction.ignore_object_intro_dates
|
||||
def = false
|
||||
str = STR_CONFIG_SETTING_IGNORE_OBJECT_INTRO_DATES
|
||||
strhelp = STR_CONFIG_SETTING_IGNORE_OBJECT_INTRO_DATES_HELPTEXT
|
||||
patxname = ""construction.ignore_object_intro_dates""
|
||||
post_cb = [](auto) { InvalidateWindowClassesData(WC_BUILD_OBJECT, 0); }
|
||||
|
||||
[SDT_BOOL]
|
||||
var = station.adjacent_stations
|
||||
from = SLV_62
|
||||
|
Reference in New Issue
Block a user