Initialize some variables
This commit is contained in:
parent
1263b55c8e
commit
0a7cc77d5e
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ FGEngine::FGEngine(FGFDMExec* exec)
|
||||||
CylinderHeadTemp_degK(0.0),
|
CylinderHeadTemp_degK(0.0),
|
||||||
OilPressure_psi(0.0),
|
OilPressure_psi(0.0),
|
||||||
OilTemp_degK(0.0),
|
OilTemp_degK(0.0),
|
||||||
|
FuelFlow_pph(0.0),
|
||||||
|
N1(0.0), N2(0.0), EGT_degC(0.0),
|
||||||
|
InletPosition(0.0), NozzlePosition(0.0),
|
||||||
FDMExec(exec),
|
FDMExec(exec),
|
||||||
State(FDMExec->GetState()),
|
State(FDMExec->GetState()),
|
||||||
Atmosphere(FDMExec->GetAtmosphere()),
|
Atmosphere(FDMExec->GetAtmosphere()),
|
||||||
|
|
Loading…
Reference in a new issue