]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/pavement.cxx
Reduce log-level of aircraft-dir related messages.
[flightgear.git] / src / Airports / pavement.cxx
index e89d5ad92d928eeabd5f333231818c72e5485022..4f06a9a1dc7a5db89cda431b3715888137e4fb8e 100755 (executable)
@@ -25,8 +25,9 @@
 #include "pavement.hxx"
 
 FGPavement::FGPavement(const std::string& aIdent, const SGGeod& aPos) :
-  FGPositioned(TAXIWAY, aIdent, aPos, false)
+  FGPositioned(PAVEMENT, aIdent, aPos)
 {
+  init(false); // FGPositioned::init
 }
 
 void FGPavement::addNode(const SGGeod &aPos, bool aClose)