]> git.mxchange.org Git - flightgear.git/blobdiff - Main/options.hxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / Main / options.hxx
index 67ba5e2d5e95f97e38626c27076a88df1831d357..3c6a3849d4dff8527f93261df92428c7b8beada9 100644 (file)
@@ -232,7 +232,7 @@ private:
     double parse_degree( const string& degree_str );
     int parse_time_offset( const string& time_str );
     int parse_tile_radius( const string& arg );
-    int parse_flight_model( const string& fm );
+    int parse_fdm( const string& fm );
     double parse_fov( const string& arg );
     bool parse_serial( const string& serial_str );
 };
@@ -245,6 +245,9 @@ extern fgOPTIONS current_options;
 
 
 // $Log$
+// Revision 1.27  1999/02/05 21:29:13  curt
+// Modifications to incorporate Jon S. Berndts flight model code.
+//
 // Revision 1.26  1999/02/02 20:13:37  curt
 // MSVC++ portability changes by Bernie Bright:
 //