Initialise v1 to avoid a segfault on exit
This commit is contained in:
parent
e115201066
commit
09f8ab61cf
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ FGATCMgr::FGATCMgr() :
|
|||
#else
|
||||
voice(false),
|
||||
#endif
|
||||
last_in_range(false)
|
||||
last_in_range(false),
|
||||
v1(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue