]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Airplane.hpp
Use bool where the source and destination variable is bool.
[flightgear.git] / src / FDM / YASim / Airplane.hpp
index 8c46c46f5688507b984d3dd12cf15ea32e91b145..762ff33fdc98c4e8eafb1cc29e65e25301f2d7d3 100644 (file)
@@ -100,6 +100,7 @@ private:
     struct Control { int control; float val; };
     struct WeightRec { int handle; Surface* surf; };
     struct SolveWeight { bool approach; int idx; float wgt; };
+    struct ContactRec { Gear* gear; float p[3]; };
 
     void runCruise();
     void runApproach();