enable fire

This commit is contained in:
Jonathan Redpath 2017-07-07 15:38:50 +01:00
parent f94df5e467
commit a8838bb07b
2 changed files with 2 additions and 0 deletions

View file

@ -939,6 +939,7 @@
<file>Aircraft/A320Family/Nasal/fuel.nas</file>
<file>Aircraft/A320Family/Nasal/engines.nas</file>
<file>Aircraft/A320Family/Nasal/ADIRS.nas</file>
<file>Aircraft/A320Family/Nasal/fire.nas</file>
</systems>
<thrust>
<file>Aircraft/A320Family/Nasal/fadec-common.nas</file>

View file

@ -192,6 +192,7 @@ setlistener("/sim/signals/fdm-initialized", func {
systems.pneu_init();
systems.hyd_init();
systems.fuel_init();
systems.fire_init();
systems.eng_init();
fmgc.APinit();
librariesLoop.start();