Missing initializer. Kraehe's machine was crashing on the Cub;
presumably this is why.
This commit is contained in:
parent
28eb9c81e9
commit
14bad84d6d
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ PistonEngine::PistonEngine(float power, float speed)
|
||||||
_wastegate = 1;
|
_wastegate = 1;
|
||||||
_charge = 1;
|
_charge = 1;
|
||||||
_chargeTarget = 1;
|
_chargeTarget = 1;
|
||||||
|
_turboLag = 2;
|
||||||
|
|
||||||
// Guess at reasonable values for these guys. Displacements run
|
// Guess at reasonable values for these guys. Displacements run
|
||||||
// at about 2 cubic inches per horsepower or so, at least for
|
// at about 2 cubic inches per horsepower or so, at least for
|
||||||
|
|
Loading…
Reference in a new issue