From: Csaba Halasz Date: Thu, 30 Sep 2010 11:07:42 +0000 (+0200) Subject: Add missing initializer in AIBallistic.cxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a2d948c6f1371aad2ac5bb1846635f0eb2dbb3b;p=flightgear.git Add missing initializer in AIBallistic.cxx --- diff --git a/src/AIModel/AIBallistic.cxx b/src/AIModel/AIBallistic.cxx index aaf523370..fa06b291e 100644 --- a/src/AIModel/AIBallistic.cxx +++ b/src/AIModel/AIBallistic.cxx @@ -67,7 +67,7 @@ _report_expiry(false), _impact_report_node(fgGetNode("/ai/models/model-impact", true)), hs(0), _old_height(0), -_speed() +_speed(0) { no_roll = false;