Add setting to ignore object introduction dates

This commit is contained in:
Jonathan G Rennison
2022-06-02 14:06:21 +01:00
parent 6fce46304a
commit 6d4da8afd4
5 changed files with 14 additions and 1 deletions

View File

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