]> git.mxchange.org Git - flightgear.git/commitdiff
initialize some otherwise unitialized variables
authorehofman <ehofman>
Fri, 23 May 2003 11:55:26 +0000 (11:55 +0000)
committerehofman <ehofman>
Fri, 23 May 2003 11:55:26 +0000 (11:55 +0000)
src/ATC/ATCmgr.cxx

index a48144417a950ac1b8302f9d8020a5233c9c4889..302bc7d5268b63cdfbc9b22522ed07bc86a4eadd 100644 (file)
@@ -65,6 +65,8 @@ FGATCMgr::FGATCMgr() {
        comm_type[1] = INVALID;
        comm_atc_ptr[0] = NULL;
        comm_atc_ptr[1] = NULL;
+        comm_valid[0] = false;
+        comm_valid[1] = false;
 }
 
 FGATCMgr::~FGATCMgr() {