]> git.mxchange.org Git - flightgear.git/commitdiff
FOV set properly when panel activated.
authorcurt <curt>
Mon, 22 Mar 1999 23:47:55 +0000 (23:47 +0000)
committercurt <curt>
Mon, 22 Mar 1999 23:47:55 +0000 (23:47 +0000)
Main/options.cxx

index 97a034beed09bd1b2cb37405c8008d58ae373fc2..0d4db31de4a146deb522d342b2de87734a75c593 100644 (file)
@@ -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