X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIBallistic.cxx;h=16b15fe1d93f3aec36cb81a45ad6631c09a3398c;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=0f7aeb7be12b91a50e52fde772dcbb2c96df2d60;hpb=02fb83c774020633cb62e3b8154337510bed1de3;p=flightgear.git diff --git a/src/AIModel/AIBallistic.cxx b/src/AIModel/AIBallistic.cxx index 0f7aeb7be..16b15fe1d 100644 --- a/src/AIModel/AIBallistic.cxx +++ b/src/AIModel/AIBallistic.cxx @@ -41,10 +41,12 @@ const double FGAIBallistic::slugs_to_lbs = 32.1740485564; FGAIBallistic::FGAIBallistic(object_type ot) : FGAIBase(ot), _height(0.0), +_speed(0), _ht_agl_ft(0.0), _azimuth(0.0), _elevation(0.0), _rotation(0.0), +hs(0), _elapsed_time(0), _aero_stabilised(false), _drag_area(0.007), @@ -65,9 +67,7 @@ _report_impact(false), _external_force(false), _report_expiry(false), _impact_report_node(fgGetNode("/ai/models/model-impact", true)), -hs(0), -_old_height(0), -_speed(0) +_old_height(0) { no_roll = false;