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
|
#else
|
||||||
voice(false),
|
voice(false),
|
||||||
#endif
|
#endif
|
||||||
last_in_range(false)
|
last_in_range(false),
|
||||||
|
v1(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue