1
0
Fork 0

initialize some otherwise unitialized variables

This commit is contained in:
ehofman 2003-05-23 11:55:26 +00:00
parent 9b27c9c425
commit d8ab993194

View 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() {