]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/pavement.cxx
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / Airports / pavement.cxx
index e89d5ad92d928eeabd5f333231818c72e5485022..7e5f607636e4bfbfa0a2cae52a08a03f4231e777 100755 (executable)
@@ -25,7 +25,7 @@
 #include "pavement.hxx"
 
 FGPavement::FGPavement(const std::string& aIdent, const SGGeod& aPos) :
-  FGPositioned(TAXIWAY, aIdent, aPos, false)
+  FGPositioned(PAVEMENT, aIdent, aPos, false)
 {
 }