]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Ground.cpp
latest updates from JSBSim
[flightgear.git] / src / FDM / YASim / Ground.cpp
index 5cafd00fefffc5e674f3ab23b1051d1a8523be05..32313f343b890e63e9eefabcacba5cd27e5c2c6d 100644 (file)
@@ -30,8 +30,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);
 }