X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2Foptions.hxx;h=3c6a3849d4dff8527f93261df92428c7b8beada9;hb=b8d59efa71819db359295b2343d8632cf8180dcc;hp=67ba5e2d5e95f97e38626c27076a88df1831d357;hpb=bef268a4cd1638d3e2d057547f8343f723da2b0c;p=flightgear.git diff --git a/Main/options.hxx b/Main/options.hxx index 67ba5e2d5..3c6a3849d 100644 --- a/Main/options.hxx +++ b/Main/options.hxx @@ -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: //