]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/viewer.cxx
Fixed a problem with autodetecting if we need to draw our own mouse cursor
[flightgear.git] / src / Main / viewer.cxx
index 33a2868232f77056b3f4ac354199c34a9d03410d..707d3801412cb0736d3b15fc55810319a545c4df 100644 (file)
 
 
 // Constructor
-FGViewer::FGViewer( void )
+FGViewer::FGViewer( void ):
+fov(55.0)
 {
 }
 
 
-// Initialize a view structure
-void FGViewer::init( void ) {
-    FG_LOG( FG_VIEW, FG_ALERT, "Shouldn't ever see this" );
-    exit(-1);
-}
-
-
 // Update the view parameters
 void FGViewer::update() {
     FG_LOG( FG_VIEW, FG_ALERT, "Shouldn't ever see this" );