1
0
Fork 0

Added control of /sim/multiplay/hot to Multiplayer Settings dialogue.

This enables collisions with multiplayer aircraft.
This commit is contained in:
Julian Smith 2020-12-29 19:10:08 +00:00
parent 4cdd685de8
commit f703b28d56
2 changed files with 16 additions and 0 deletions

View file

@ -811,6 +811,7 @@ Started September 2000 by David Megginson, david@megginson.com
<chat-menu include="ATC/chat-menu-entries.xml"/>
<write-message-log type="bool" preserve="y">false</write-message-log>
<freeze-on-replay type="bool" preserve="y">true</freeze-on-replay>
<hot type="bool" userarchive="y">false</hot>
<default-model type="string" preserve="y">Models/Geometry/glider.ac</default-model>
<callsign type="string" userarchive="y">callsign</callsign>
<selected-server type="string" userarchive="y"/>

View file

@ -181,6 +181,21 @@
</binding>
</checkbox>
<checkbox>
<row>3</row>
<col>1</col>
<colspan>2</colspan>
<halign>left</halign>
<name>hot</name>
<label>Enable collisions with other players</label>
<property>/sim/multiplay/hot</property>
<binding>
<command>dialog-apply</command>
<object-name>hot</object-name>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<row>4</row>
<col>1</col>