]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/ATCmgr.cxx
Fix two bugs in the new autopilot code
[flightgear.git] / src / ATCDCL / ATCmgr.cxx
index 3ca5d16db1dee5dcceb5e34d2a3fe4d688423415..19053adef5f712342dfc2fd0ce18fdaa15ed441d 100644 (file)
@@ -65,7 +65,8 @@ FGATCMgr::FGATCMgr() :
 #else
     voice(false),
 #endif
-    last_in_range(false)
+    last_in_range(false),
+    v1(0)
 {
 }