]> git.mxchange.org Git - flightgear.git/commitdiff
Oops, typo.
authorandy <andy>
Thu, 10 Nov 2005 22:13:35 +0000 (22:13 +0000)
committerandy <andy>
Thu, 10 Nov 2005 22:13:35 +0000 (22:13 +0000)
src/FDM/YASim/TurbineEngine.cpp

index fe1cab7b3720f862954ad5df6ac01654283aba6f..337f6f72fb932aaa0c9a1dcd14ec82e9dbfce324 100644 (file)
@@ -51,7 +51,7 @@ void TurbineEngine::integrate(float dt)
 
 void TurbineEngine::calc(float pressure, float temp, float omega)
 {
-    _running = _fuel && _cond_lever > 0.001
+    _running = _fuel && _cond_lever > 0.001;
 
     _n2Min = _n2LowIdle + (_n2HighIdle - _n2LowIdle) * _cond_lever;
     _omega = omega;