]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Ground.cpp
Fixed a bug where a structural to Body frame conversion was being doen twice for...
[flightgear.git] / src / FDM / YASim / Ground.cpp
index 5cafd00fefffc5e674f3ab23b1051d1a8523be05..30d8583a459b5266495f2f9071513d5f33338357 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "Glue.hpp"
 
 #include <simgear/scene/material/mat.hxx>
@@ -30,8 +34,8 @@ void Ground::getGroundPlane(const double pos[3],
 }
 
 void Ground::getGroundPlane(const double pos[3],
-                              double plane[4], float vel[3],
-                              int *type, const SGMaterial **material)
+                            double plane[4], float vel[3],
+                            const SGMaterial **material)
 {
     getGroundPlane(pos,plane,vel);
 }