Ref T259, Ref T243 situation/parts/lights adjustments

* guessing now in parts/lights (so it can be used with all sims)
* minor renamings
* init FSX data definitions from parts
This commit is contained in:
Klaus Basan
2018-03-22 01:25:38 +01:00
parent 582347b557
commit 6a92ea4cb6
10 changed files with 337 additions and 88 deletions

View File

@@ -66,7 +66,7 @@ namespace BlackMisc
{
if (situation.isNewerThanAdjusted(latest))
{
situation.setOnGround(latest.isOnGround(), latest.getOnGroundDetails());
situation.setOnGround(latest.getOnGround(), latest.getOnGroundDetails());
c++;
}
}