From 2637c97e308c7349e6b20c7797a3bdb8db8d5ed2 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 22 Mar 1999 23:47:55 +0000 Subject: [PATCH] FOV set properly when panel activated. --- Main/options.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Main/options.cxx b/Main/options.cxx index 97a034bee..0d4db31de 100644 --- a/Main/options.cxx +++ b/Main/options.cxx @@ -414,6 +414,7 @@ int fgOPTIONS::parse_option( const string& arg ) { panel_status = false; } else if ( arg == "--enable-panel" ) { panel_status = true; + fov *= 0.4232; } else if ( arg == "--disable-sound" ) { sound = false; } else if ( arg == "--enable-sound" ) { @@ -641,6 +642,9 @@ fgOPTIONS::~fgOPTIONS( void ) { // $Log$ +// Revision 1.43 1999/03/22 23:47:55 curt +// FOV set properly when panel activated. +// // Revision 1.42 1999/03/11 23:09:50 curt // When "Help" is selected from the menu check to see if netscape is running. // If so, command it to go to the flight gear user guide url. Otherwise -- 2.39.5