diff options
author | stormcone <48624099+stormcone@users.noreply.github.com> | 2019-04-04 23:06:38 +0200 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2020-01-04 18:42:35 +0100 |
commit | b524f1ae21487caf8ed460d8e20a51c3dd7e11a6 (patch) | |
tree | 421c770d1ec2d9947200b0d43e404d9a604acc6f /src/table | |
parent | e04ca904a9455afc63aa87db775fe4463ab899b7 (diff) | |
download | openttd-b524f1ae21487caf8ed460d8e20a51c3dd7e11a6.tar.xz |
Feature: Show the name of the NewGRF in the build vehicle window.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 3e07fcc59..43bd3aec3 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -3240,6 +3240,15 @@ strhelp = STR_CONFIG_SETTING_GRAPH_LINE_THICKNESS_HELPTEXT strval = STR_JUST_COMMA proc = RedrawScreen +[SDTC_BOOL] +var = gui.show_newgrf_name +flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC +def = false +str = STR_CONFIG_SETTING_SHOW_NEWGRF_NAME +strhelp = STR_CONFIG_SETTING_SHOW_NEWGRF_NAME_HELPTEXT +proc = RedrawScreen +cat = SC_ADVANCED + ; For the dedicated build we'll enable dates in logs by default. [SDTC_BOOL] ifdef = DEDICATED |