]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Ground.hpp
Andreas Gaeb: fix #222 (JSBSIm reset problems)
[flightgear.git] / src / FDM / YASim / Ground.hpp
index 4fbcf740064ef4af3d563d9083811966ce176f73..8b90453572246155dc8edd86a09a714137527cc4 100644 (file)
@@ -13,8 +13,8 @@ public:
                                 double plane[4], float vel[3]);
 
     virtual void 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);
 
     virtual bool caughtWire(const double pos[4][3]);