Random object configuration and scenery reloading.
Re-enable "random object" checkbox. (Debug) option for complete scenery reloading (e.g. use after TerraSync update or changing options such as "random objects").
This commit is contained in:
parent
e21cee5a87
commit
04aecf90c3
2 changed files with 10 additions and 2 deletions
|
@ -172,6 +172,8 @@
|
|||
</binding>
|
||||
</checkbox>
|
||||
|
||||
-->
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Random objects</label>
|
||||
|
@ -181,8 +183,6 @@
|
|||
</binding>
|
||||
</checkbox>
|
||||
|
||||
-->
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Random vegetation</label>
|
||||
|
|
|
@ -605,6 +605,14 @@
|
|||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Reload Scenery</label>
|
||||
<binding>
|
||||
<command>reinit</command>
|
||||
<subsystem>tile-manager</subsystem>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Nasal Console</label>
|
||||
<binding>
|
||||
|
|
Loading…
Reference in a new issue