Cleanup after merge
This commit is contained in:
parent
5cc1eeb1c1
commit
7a6e684581
2 changed files with 0 additions and 6 deletions
|
@ -4115,10 +4115,8 @@
|
|||
<file>Aircraft/A320-family/Nasal/Systems/Comm/HF.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Systems/brakes.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Systems/brakesystem.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Instruments/clock.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Systems/fire.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Systems/ground_services.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Systems/icing.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Systems/payload.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Panels/clock.nas</file>
|
||||
<file>Aircraft/A320-family/Nasal/Systems/tyresmoke.nas</file>
|
||||
|
|
|
@ -223,7 +223,6 @@ var systemsInit = func {
|
|||
systems.APUController.init();
|
||||
systems.autobrake_init();
|
||||
systems.fire_init();
|
||||
systems.icingInit();
|
||||
fmgc.flightPlanController.reset();
|
||||
fadec.FADEC.init();
|
||||
fmgc.ITAF.init();
|
||||
|
@ -231,10 +230,7 @@ var systemsInit = func {
|
|||
mcdu.MCDU_init(0);
|
||||
mcdu.MCDU_init(1);
|
||||
systemsLoop.start();
|
||||
<<<<<<< HEAD
|
||||
effects.icingInit();
|
||||
=======
|
||||
>>>>>>> dev
|
||||
lightsLoop.start();
|
||||
ecam.ECAM.init();
|
||||
libraries.variousReset();
|
||||
|
|
Loading…
Reference in a new issue