1
0
Fork 0

revert pitch/roll change (caused problems on reset and on the carrier)

This commit is contained in:
mfranz 2007-10-04 21:52:50 +00:00
parent 411435a48f
commit 2cef9cc16a

View 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);