1
0
Fork 0

Initialise v1 to avoid a segfault on exit

This commit is contained in:
fredb 2010-04-10 20:58:58 +00:00 committed by Tim Moore
parent e115201066
commit 09f8ab61cf

View file

@ -65,7 +65,8 @@ FGATCMgr::FGATCMgr() :
#else #else
voice(false), voice(false),
#endif #endif
last_in_range(false) last_in_range(false),
v1(0)
{ {
} }