summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini
index b5ea7293b..c5fe20ee4 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -38,6 +38,7 @@ static bool InvalidateCompanyLiveryWindow(int32 p1);
static bool InvalidateNewGRFChangeWindows(int32 p1);
static bool InvalidateIndustryViewWindow(int32 p1);
static bool RedrawTownAuthority(int32 p1);
+extern bool UpdateNewGRFConfigPalette(int32 p1);
#ifdef ENABLE_NETWORK
static bool UpdateClientName(int32 p1);
@@ -2396,6 +2397,18 @@ flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
def = false
[SDTC_VAR]
+var = gui.newgrf_default_palette
+type = SLE_UINT8
+flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
+guiflags = SGF_MULTISTRING
+def = 1
+min = 0
+max = 1
+str = STR_CONFIG_SETTING_NEWGRF_DEFAULT_PALETTE
+strval = STR_CONFIG_SETTING_NEWGRF_DEFAULT_PALETTE_DOS
+proc = UpdateNewGRFConfigPalette
+
+[SDTC_VAR]
var = gui.console_backlog_timeout
type = SLE_UINT16
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC