1
0
Fork 0

Tom P: magnetic-variation isn't boolean.

This commit is contained in:
torsten 2009-08-19 14:16:25 +00:00 committed by Tim Moore
parent 4c29f8711b
commit 5a04b82dfc

View file

@ -436,7 +436,7 @@ void FGNetCtrls2Props( FGNetCtrls *net, bool honor_freezes,
node->setDoubleValue( "wind-speed-kt", net->wind_speed_kt );
node->setDoubleValue( "wind-from-heading-deg", net->wind_dir_deg );
node->setDoubleValue( "turbulence/magnitude-norm", net->turbulence_norm );
node->setBoolValue( "magnetic-variation-deg", net->magvar );
node->setDoubleValue( "magnetic-variation-deg", net->magvar );
node->setDoubleValue( "/environment/temperature-degc",
net->temp_c );