]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/pavement.cxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / Airports / pavement.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 7e5f607..4f06a9a
@@ -25,8 +25,9 @@
 #include "pavement.hxx"
 
 FGPavement::FGPavement(const std::string& aIdent, const SGGeod& aPos) :
-  FGPositioned(PAVEMENT, aIdent, aPos, false)
+  FGPositioned(PAVEMENT, aIdent, aPos)
 {
+  init(false); // FGPositioned::init
 }
 
 void FGPavement::addNode(const SGGeod &aPos, bool aClose)