1
0
Fork 0

ATCDCL: Initialisation order fixes from John Denker.

This commit is contained in:
Dave Luff 2010-12-28 19:13:31 +00:00
parent 7d3d22f6c2
commit 58f46bbe18

View file

@ -52,12 +52,12 @@ FGATCMgr::FGATCMgr() :
initDone(false),
atc_list(new atc_list_type),
#ifdef ENABLE_AUDIO_SUPPORT
voiceOK(false),
voice(true),
voiceOK(false),
v1(0)
#else
voice(false),
#endif
v1(0)
{
}