Variable 'thrust' used before being initialized
This commit is contained in:
parent
4303c2b9a6
commit
bcc8339c4f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
//---
|
||||
|
|
Loading…
Add table
Reference in a new issue