]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/rnav_waypt_controller.hxx
Improve gyro heading indicator failure simulation
[flightgear.git] / src / Instrumentation / rnav_waypt_controller.hxx
index 4d99c8af77f14754f71000aaefd2a4cfd2fc6dcd..b5c4b19e1b5c3c242bb23d41681a42046cdf636e 100644 (file)
@@ -129,6 +129,7 @@ public:
 protected:
   WayptController(RNAV* aRNAV, const WayptRef& aWpt) :
     _waypt(aWpt),
+    _targetTrack(0),
     _rnav(aRNAV),
     _isDone(false)
   { }