Fix two problems:
1. Typo where /environment/density-inhg instead of /environment/density-slugft3 was flagged as archivable. 2. Density should no longer be archivable anyway, since it is calculated internally and not directly settable by the user.
This commit is contained in:
parent
a08d92e142
commit
d982efc4c4
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ FGEnvironmentMgr::bind ()
|
|||
fgSetArchivable("/environment/pressure-inhg");
|
||||
fgTie("/environment/density-slugft3", _environment,
|
||||
&FGEnvironment::get_density_slugft3); // read-only
|
||||
fgSetArchivable("/environment/density-inhg");
|
||||
fgTie("/environment/wind-from-heading-deg", _environment,
|
||||
&FGEnvironment::get_wind_from_heading_deg,
|
||||
&FGEnvironment::set_wind_from_heading_deg);
|
||||
|
|
Loading…
Add table
Reference in a new issue