]> git.mxchange.org Git - flightgear.git/commitdiff
Begin a rewrite of the magnetic compass code. So far, only northerly
authordavid <david>
Wed, 3 Nov 2004 15:59:49 +0000 (15:59 +0000)
committerdavid <david>
Wed, 3 Nov 2004 15:59:49 +0000 (15:59 +0000)
turning error is supported, and I don't know if this works properly in
the southern hemisphere.

src/Instrumentation/mag_compass.hxx

index 5bc176e0248e3239a63802b2fdb93dfbd750ad9d..f5357740f61818653d9634177d2d7c6300c387fa 100644 (file)
@@ -55,6 +55,7 @@ private:
 
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _heading_node;
+    SGPropertyNode_ptr _roll_node;
     SGPropertyNode_ptr _beta_node;
     SGPropertyNode_ptr _variation_node;
     SGPropertyNode_ptr _dip_node;