Ref T259, Ref T243 removed ground factor interpolation from parts (now in situation where it belongs)

This commit is contained in:
Klaus Basan
2018-03-28 03:55:40 +02:00
parent dd9efc9bb1
commit 4d2a32f035
2 changed files with 0 additions and 21 deletions

View File

@@ -171,14 +171,5 @@ namespace BlackMisc
{
*this = guessedParts(situation);
}
double CAircraftParts::isOnGroundInterpolated() const
{
if (m_isOnGroundInterpolated < 0)
{
return m_isOnGround ? 1.0 : 0.0;
}
return m_isOnGroundInterpolated;
}
} // namespace
} // namespace