From 4f253c2656fe04a97cbd3fabaab98798cc514456 Mon Sep 17 00:00:00 2001 From: dominik Date: Fri, 20 Aug 2004 15:30:32 +0000 Subject: (svn r92) Feature: invisible trees when in transparent mode (patch entry) --- settings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.c') 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)}, -- cgit v1.2.3-54-g00ecf