]> git.mxchange.org Git - flightgear.git/commitdiff
Format tweaks.
authorcurt <curt>
Tue, 20 Nov 2001 22:03:58 +0000 (22:03 +0000)
committercurt <curt>
Tue, 20 Nov 2001 22:03:58 +0000 (22:03 +0000)
src/Main/options.cxx
src/Scenery/tilemgr.cxx

index 1796c8cc0854c0070462c62bffd0252d67a43e4d..3ede60f65d27b9ec7aff288597b63b0f45176723 100644 (file)
@@ -881,9 +881,9 @@ parse_option (const string& arg)
          dir -= 360;
        dir *= SGD_DEGREES_TO_RADIANS;
        fgSetDouble("/environment/wind-north-fps",
-                                            speed * cos(dir));
+                   speed * cos(dir));
        fgSetDouble("/environment/wind-east-fps",
-                                            speed * sin(dir));
+                   speed * sin(dir));
     } else if ( arg.find( "--wp=" ) == 0 ) {
        parse_wp( arg.substr( 5 ) );
     } else if ( arg.find( "--flight-plan=") == 0) {
index 73451351296de69ec38855cb98db771725bdb463..5d7f125a41db2208305b231393880ef12e6e9d4b 100644 (file)
@@ -264,8 +264,8 @@ void FGTileMgr::initialize_queue()
 // chunks.  If the chunk isn't already in the cache, then read it from
 // disk.
 int FGTileMgr::update( double lon, double lat ) {
-    SG_LOG( SG_TERRAIN, SG_DEBUG, "FGTileMgr::update() for "
-           << lon << " " << lat );
+    // SG_LOG( SG_TERRAIN, SG_DEBUG, "FGTileMgr::update() for "
+    //         << lon << " " << lat );
 
     longitude = lon;
     latitude = lat;