]> git.mxchange.org Git - flightgear.git/commitdiff
revert pitch/roll change (caused problems on reset and on the carrier)
authormfranz <mfranz>
Thu, 4 Oct 2007 21:52:50 +0000 (21:52 +0000)
committermfranz <mfranz>
Thu, 4 Oct 2007 21:52:50 +0000 (21:52 +0000)
src/Main/options.cxx

index 817948d978dfe47541c0a3276f40fda616a3fc17..f2d2ba286d3792f7cf85bfe2a6f0d8f7d0eeea98 100644 (file)
@@ -127,8 +127,8 @@ fgSetDefaults ()
 
                                // Orientation
     fgSetDouble("/orientation/heading-deg", 9999.0);
-    fgSetDouble("/orientation/roll-deg", 0);
-    fgSetDouble("/orientation/pitch-deg", 0);
+    fgSetDouble("/orientation/roll-deg", 0.0);
+    fgSetDouble("/orientation/pitch-deg", 0.424);
 
                                // Velocities
     fgSetDouble("/velocities/uBody-fps", 0.0);
@@ -146,8 +146,8 @@ fgSetDefaults ()
     fgSetDouble("/sim/presets/altitude-ft", -9999.0);
 
     fgSetDouble("/sim/presets/heading-deg", 9999.0);
-    fgSetDouble("/sim/presets/roll-deg", 9999.0);
-    fgSetDouble("/sim/presets/pitch-deg", 9999.0);
+    fgSetDouble("/sim/presets/roll-deg", 0.0);
+    fgSetDouble("/sim/presets/pitch-deg", 0.424);
 
     fgSetString("/sim/presets/speed-set", "knots");
     fgSetDouble("/sim/presets/airspeed-kt", 0.0);