1
0
Fork 0

Initialize some variables

This commit is contained in:
ehofman 2003-08-11 08:35:29 +00:00
parent 1263b55c8e
commit 0a7cc77d5e

View file

@ -91,6 +91,9 @@ FGEngine::FGEngine(FGFDMExec* exec)
CylinderHeadTemp_degK(0.0),
OilPressure_psi(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),
State(FDMExec->GetState()),
Atmosphere(FDMExec->GetAtmosphere()),