]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim/ls_cockpit.h
Updates to the scenery loading infrastructure to make it more flexible,
[flightgear.git] / src / FDM / LaRCsim / ls_cockpit.h
index 0661e3e0e129b68ad09bd85d92bffaa47a3ffdfb..431f006fa926ceb6c14eb63c37cde6669e8a4288 100644 (file)
@@ -35,6 +35,9 @@
 
 $Header$
 $Log$
+Revision 1.3  2000/06/12 18:52:37  curt
+Added differential braking (Alex and David).
+
 Revision 1.2  1999/10/29 16:08:32  curt
 Added flaps support to c172 model.
 
@@ -92,7 +95,7 @@ typedef struct {
     short   left_pb_on_stick, right_pb_on_stick, trig_pos_1, trig_pos_2;
     short   sb_extend, sb_retract, gear_sel_up;
     float   throttle_pct;
-    float   brake_pct;
+    float   brake_pct[2];
 } COCKPIT;
 
 extern COCKPIT cockpit_;