]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_gear.cpp
Fix for bug 1304 - crash loading XML route
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_gear.cpp
index a56e455b43fe8ea4c363a60427a8a8c351e6b657..048c5706c7f22c124bd9de0772981d2744da249c 100644 (file)
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
+
  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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA or view http://www.gnu.org/copyleft/gpl.html.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 **********************************************************************/
 
 #include "uiuc_map_gear.h"
@@ -75,6 +74,9 @@ void uiuc_map_gear()
   gear_map["kgear"]               =      kgear_flag                 ;
   gear_map["muGear"]              =      muGear_flag                ;
   gear_map["strutLength"]         =      strutLength_flag           ;
+  gear_map["gear_max"]            =      gear_max_flag              ;
+  gear_map["gear_rate"]           =      gear_rate_flag             ;
+  gear_map["use_gear"]            =      use_gear_flag              ;
 }
 
 // end uiuc_map_gear.cpp