ATCDCL: Initialisation order fixes from John Denker.
This commit is contained in:
parent
7d3d22f6c2
commit
58f46bbe18
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue