]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/FGGround.hpp
Fix bug 141, by ensuring certain subsystems are assigned to the 'post FDM' group...
[flightgear.git] / src / FDM / YASim / FGGround.hpp
index 87f125afffbc8d4c8ba733ba7b77a6cc57987d45..5f5c7e9464045b5a35f1cc439c75690288937071 100644 (file)
@@ -20,14 +20,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 *frictionFactor, 
-                              double *rollingFriction,
-                              double *loadCapacity,
-                              double *loadResistance,
-                              double *bumpiness,
-                              bool *isSolid);*/
+                                double plane[4], float vel[3],
+                                const SGMaterial **material);
 
     virtual bool caughtWire(const double pos[4][3]);