Add missing initializer in AIBallistic.cxx
This commit is contained in:
parent
abd1d983c6
commit
5a2d948c6f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue