]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/fixlist.cxx
Reduce severity of a failure to create a marker beacon due to an unknown runway from...
[flightgear.git] / src / Navaids / fixlist.cxx
index 835a2b1b595320c9c1c0b9264e27da30997bf30d..50c06ac563c804bb99eda19862fc2921386b20ac 100644 (file)
@@ -39,6 +39,7 @@
 FGFix::FGFix(const std::string& aIdent, const SGGeod& aPos) :
   FGPositioned(FIX, aIdent, aPos)
 {
+  init(true); // init FGPositioned
 }
 
 // Constructor