Showing 1 changed files with 1 additions and 1 deletions
+1 -1
zkv1000.nas
... ...
@@ -177,7 +177,7 @@ var init_props = func {
177 177
     afcs = zkv.getNode('afcs',1);
178 178
     afcs.getNode('fd-bars-visible',1).setBoolValue(0);
179 179
     afcs.getNode('alt-bug-visible',1).setBoolValue(0);
180
-    afcs.getNode('heading-bug-deg',1).setDoubleValue(int(getprop('/orientation/heading-magnetic-deg')));
180
+    afcs.getNode('heading-bug-deg',1).setDoubleValue(int(getprop('/orientation/heading-deg')));
181 181
     afcs.getNode('target-pitch-deg',1).setDoubleValue(0.0);
182 182
     afcs.getNode('selected-alt-ft',1).setIntValue(2000);
183 183
     afcs.getNode('selected-alt-ft-diff',1).setDoubleValue(0.0);