X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FYASim%2FGear.hpp;h=62da887b82ef63644e9e0751e88490570fe9dca8;hb=d66903e9ad63b91182ccc25d9bb82f18f8dd98b6;hp=c3b82cba51b41188b35879bbcd2752b215cae442;hpb=6094d927d3e5da7aaad95d15bd3c3222b1a0584f;p=flightgear.git diff --git a/src/FDM/YASim/Gear.hpp b/src/FDM/YASim/Gear.hpp index c3b82cba5..62da887b8 100644 --- a/src/FDM/YASim/Gear.hpp +++ b/src/FDM/YASim/Gear.hpp @@ -50,7 +50,7 @@ public: void setIgnoreWhileSolving(bool c); void setGlobalGround(double* global_ground, float* global_vel, double globalX, double globalY, - int type, const SGMaterial *material); + const SGMaterial *material); void getPosition(float* out); void getCompression(float* out); void getGlobalGround(double* global_ground); @@ -117,7 +117,6 @@ private: float _reduceFrictionByExtension; bool _ignoreWhileSolving; - int _ground_type; double _ground_frictionFactor; double _ground_rollingFriction; double _ground_loadCapacity;