]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/ATCmgr.cxx
Win32 fix
[flightgear.git] / src / ATCDCL / ATCmgr.cxx
index df0927bdaf3f99d592c602aa6663bc9369c90a04..537bfddefe2a22fb37fb2cf5d4875fccec6bd545 100644 (file)
@@ -52,13 +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
-    last_in_range(false),
-    v1(0)
 {
 }