summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-20 15:30:32 +0000
committerdominik <dominik@openttd.org>2004-08-20 15:30:32 +0000
commit4f253c2656fe04a97cbd3fabaab98798cc514456 (patch)
tree401a88cf9d0d998b66646e41f12c7b4d409989fd /settings.c
parent951ce251c0045dccf3a06c498e59a84ee2824034 (diff)
downloadopenttd-4f253c2656fe04a97cbd3fabaab98798cc514456.tar.xz
(svn r92) Feature: invisible trees when in transparent mode (patch entry)
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index d281c37cb..134153672 100644
--- a/settings.c
+++ b/settings.c
@@ -858,6 +858,7 @@ static const SettingDesc patch_settings[] = {
{"colored_news_date", SDT_UINT32, (void*)2000, (void*)offsetof(Patches, colored_news_date)},
{"bridge_pillars", SDT_BOOL, (void*)true, (void*)offsetof(Patches, bridge_pillars)},
+ {"invisible_trees", SDT_BOOL, (void*)false, (void*)offsetof(Patches, invisible_trees)},
{"keep_all_autosave", SDT_BOOL, (void*)false, (void*)offsetof(Patches, keep_all_autosave)},