]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gps.cxx
Fix two bugs in the new autopilot code
[flightgear.git] / src / Instrumentation / gps.cxx
index 1ddb87e083356db9c883a4e360e67c6eca49ec9c..4b522dfce05a82484045cc69c38982b32967cd3c 100644 (file)
@@ -219,6 +219,7 @@ GPS::GPS ( SGPropertyNode *node) :
   _mode("init"),
   _name(node->getStringValue("name", "gps")),
   _num(node->getIntValue("number", 0)),
+  _searchResultsCached(false),
   _computeTurnData(false),
   _anticipateTurn(false),
   _inTurn(false)