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),
|
initDone(false),
|
||||||
atc_list(new atc_list_type),
|
atc_list(new atc_list_type),
|
||||||
#ifdef ENABLE_AUDIO_SUPPORT
|
#ifdef ENABLE_AUDIO_SUPPORT
|
||||||
voiceOK(false),
|
|
||||||
voice(true),
|
voice(true),
|
||||||
|
voiceOK(false),
|
||||||
|
v1(0)
|
||||||
#else
|
#else
|
||||||
voice(false),
|
voice(false),
|
||||||
#endif
|
#endif
|
||||||
v1(0)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue