fix: Set correct on ground details

Fixes #307
This commit is contained in:
Lars Toenning
2024-11-22 13:35:44 +01:00
parent 65db4ee9fd
commit 733ceff368
2 changed files with 7 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ namespace swift::misc::aviation
//! Reliability of on ground information
enum OnGroundDetails
{
NotSetGroundDetails,
NotSetGroundDetails, //!< not set or unknown if correct (e.g. FSD might or might not use the flag)
// interpolated situation
OnGroundByInterpolation, //!< strongest for remote aircraft
OnGroundByElevationAndCG,