]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/ATCmgr.cxx
Win32 fix
[flightgear.git] / src / ATCDCL / ATCmgr.cxx
index 6a363f7a69a19854b47f2f3c026a577756de915d..537bfddefe2a22fb37fb2cf5d4875fccec6bd545 100644 (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)
 {
 }