]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks.
authorcurt <curt>
Fri, 18 May 2001 20:30:36 +0000 (20:30 +0000)
committercurt <curt>
Fri, 18 May 2001 20:30:36 +0000 (20:30 +0000)
src/Main/fg_props.cxx
src/Main/main.cxx

index 46eef4299a7929489f967749cf4657fc464720b2..3444e138b50035f9dc5c525e0542c0b006c00293 100644 (file)
@@ -61,6 +61,8 @@ fgLoadFlight (istream &input)
     SG_LOG(SG_INPUT, SG_ALERT, "Error restoring flight; aborted");
     return false;
   }
+
+  return true;
 }
 
 // end of fg_props.cxx
index 27df4f04019756b4ed5d4e39f514f086c16cbc9d..74838177b0cfd75525b260bbd19ab4adb11fb620 100644 (file)
@@ -366,7 +366,7 @@ void fgRenderFrame( void ) {
 
        sgVec3 po;              // chase view pilot_offset
        sgVec3 wup;             // chase view world up
-       sgSetVec3( po, 0.0, 0.0, 50.0 );
+       sgSetVec3( po, 0.0, 0.0, 100.0 );
        sgCopyVec3( wup, pilot_view->get_world_up() );
        sgMat4 CXFM;            // chase view + pilot offset xform
        sgMakeRotMat4( CXFM,