]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UFO.hxx
- fix two bugs
[flightgear.git] / src / FDM / UFO.hxx
index 4e2c123f153d107ea7f4e05cd9d3418ca0e03ac8..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.
 //
 
 
@@ -34,6 +34,8 @@ class FGUFO: public FGInterface {
     double Elevator;
     double Elevator_Trim;
     double Rudder;
+    SGPropertyNode_ptr Speed_Max;
+
 public:
     FGUFO( double dt );
     ~FGUFO();