From: Vivian Meazza Date: Tue, 9 Aug 2011 17:20:18 +0000 (+0100) Subject: Bugfix: Ballistic objects with "expiry" set were not instantiating correctly. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ce97a1e4c54bae27f9da19f41f366f161562a0d3;p=flightgear.git Bugfix: Ballistic objects with "expiry" set were not instantiating correctly. Signed-off-by: Vivian Meazza --- diff --git a/src/AIModel/AIBallistic.cxx b/src/AIModel/AIBallistic.cxx index 74b882821..4336fa14c 100644 --- a/src/AIModel/AIBallistic.cxx +++ b/src/AIModel/AIBallistic.cxx @@ -684,15 +684,16 @@ void FGAIBallistic::Run(double dt) { if (_life_timer > life && life != -1){ if (_report_expiry && !_expiry_reported && !_impact_reported && !_collision_reported){ - //cout<<"AIBallistic run: name " << _name.c_str() << " expiry " << " pass " << _pass <