A3XX: I prefer double for that thx
This commit is contained in:
parent
aae3e794fd
commit
2c18fe93e0
2 changed files with 7 additions and 7 deletions
|
@ -553,9 +553,9 @@
|
|||
<man-start type="bool">0</man-start>
|
||||
<starter type="bool">0</starter>
|
||||
<starter-switch type="bool">0</starter-switch>
|
||||
<max-athr-thrust type="float">0.94</max-athr-thrust>
|
||||
<throttle-output type="float">0</throttle-output>
|
||||
<throttle-fdm type="float">0</throttle-fdm>
|
||||
<max-athr-thrust type="double">0.94</max-athr-thrust>
|
||||
<throttle-output type="double">0</throttle-output>
|
||||
<throttle-fdm type="double">0</throttle-fdm>
|
||||
</engine>
|
||||
<engine n="1">
|
||||
<cutoff type="bool">true</cutoff>
|
||||
|
@ -566,9 +566,9 @@
|
|||
<man-start type="bool">0</man-start>
|
||||
<starter type="bool">0</starter>
|
||||
<starter-switch type="bool">0</starter-switch>
|
||||
<max-athr-thrust type="float">0.94</max-athr-thrust>
|
||||
<throttle-output type="float">0</throttle-output>
|
||||
<throttle-fdm type="float">0</throttle-fdm>
|
||||
<max-athr-thrust type="double">0.94</max-athr-thrust>
|
||||
<throttle-output type="double">0</throttle-output>
|
||||
<throttle-fdm type="double">0</throttle-fdm>
|
||||
</engine>
|
||||
</engines>
|
||||
<flight>
|
||||
|
|
|
@ -1 +1 @@
|
|||
1454
|
||||
1455
|
Reference in a new issue