1
0
Fork 0

Variable 'thrust' used before being initialized

This commit is contained in:
fredb 2006-01-12 21:35:32 +00:00
parent 4303c2b9a6
commit bcc8339c4f

View file

@ -278,7 +278,7 @@ double FGTurboProp::Off(void)
double FGTurboProp::Run(void)
{
double idlethrust, milthrust, thrust, EngPower_HP, eff_coef;
double idlethrust, milthrust, thrust = 0.0, EngPower_HP, eff_coef;
Running = true; Starter = false; EngStarting = false;
//---