]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UFO.hxx
Fix stall widths for the "auxilliary" (reverse flow) stalls so they
[flightgear.git] / src / FDM / UFO.hxx
index 077332c6c09d34ad788203f73e6af8656094ae33..32947ab19026c8aaf5dd3d665fa3654df1a55013 100644 (file)
@@ -3,7 +3,7 @@
 // Written by Curtis Olson, started October 1999.
 // Slightly modified from MagicCarpet.hxx by Jonathan Polley, April 2002
 //
-// Copyright (C) 1999-2002  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1999-2002  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -32,6 +32,7 @@ class FGUFO: public FGInterface {
     double Throttle;
     double Aileron;
     double Elevator;
+    double Rudder;
 public:
     FGUFO( double dt );
     ~FGUFO();