mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Make support transparency invisible by default
This commit is contained in:
@@ -222,7 +222,7 @@ namespace Config
|
|||||||
model->invisible_trees = reader->GetBoolean("invisible_trees", false);
|
model->invisible_trees = reader->GetBoolean("invisible_trees", false);
|
||||||
model->invisible_scenery = reader->GetBoolean("invisible_scenery", false);
|
model->invisible_scenery = reader->GetBoolean("invisible_scenery", false);
|
||||||
model->invisible_paths = reader->GetBoolean("invisible_paths", 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);
|
model->last_version_check_time = reader->GetInt64("last_version_check_time", 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user