]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UFO.hxx
- fix two bugs
[flightgear.git] / src / FDM / UFO.hxx
index 32947ab19026c8aaf5dd3d665fa3654df1a55013..6f522dad9d7fdb5442b48aaabe0891bf6e392056 100644 (file)
@@ -17,7 +17,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
 
@@ -32,7 +32,10 @@ class FGUFO: public FGInterface {
     double Throttle;
     double Aileron;
     double Elevator;
+    double Elevator_Trim;
     double Rudder;
+    SGPropertyNode_ptr Speed_Max;
+
 public:
     FGUFO( double dt );
     ~FGUFO();