diff options
author | rubidium <rubidium@openttd.org> | 2010-02-03 18:42:23 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-02-03 18:42:23 +0000 |
commit | 2db44fc18ea963b3d10bceea1abfe89e98a83de2 (patch) | |
tree | 1de4abbb003eebd10b6071b2c40c2e97009fabce /src/table | |
parent | c75f19f40b047b829321dd0386d391940b942644 (diff) | |
download | openttd-2db44fc18ea963b3d10bceea1abfe89e98a83de2.tar.xz |
(svn r18994) -Change: content mirroring support (based on work by TrueBrain).
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/settings.h b/src/table/settings.h index 00dd770d6..6607f6396 100644 --- a/src/table/settings.h +++ b/src/table/settings.h @@ -631,6 +631,7 @@ const SettingDesc _settings[] = { SDTC_BOOL(network.reload_cfg, S, NO, false, STR_NULL, NULL), SDTC_STR(network.last_host, SLE_STRB, S, 0, "", STR_NULL, NULL), SDTC_VAR(network.last_port, SLE_UINT16, S, 0, 0, 0, UINT16_MAX, 0, STR_NULL, NULL), + SDTC_BOOL(network.no_http_content_downloads, S, 0, false, STR_NULL, NULL), #endif /* ENABLE_NETWORK */ /* |