(svn r92) Feature: invisible trees when in transparent mode (patch entry)

This commit is contained in:
dominik
2004-08-20 15:30:32 +00:00
parent 951ce251c0
commit 4f253c2656
5 changed files with 11 additions and 0 deletions

View File

@@ -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)},