mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 02:41:58 -05:00
Make support transparency invisible by default
This commit is contained in:
parent
980e3cbc4c
commit
9e1b24d977
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ namespace Config
|
|||
model->invisible_trees = reader->GetBoolean("invisible_trees", false);
|
||||
model->invisible_scenery = reader->GetBoolean("invisible_scenery", false);
|
||||
model->invisible_paths = reader->GetBoolean("invisible_paths", false);
|
||||
model->invisible_supports = reader->GetBoolean("invisible_supports", false);
|
||||
model->invisible_supports = reader->GetBoolean("invisible_supports", true);
|
||||
|
||||
model->last_version_check_time = reader->GetInt64("last_version_check_time", 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue