initialize some otherwise unitialized variables
This commit is contained in:
parent
9b27c9c425
commit
d8ab993194
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue