initialize variables before using them
This commit is contained in:
parent
939f83118f
commit
52a4c527a6
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ TACAN::TACAN ( SGPropertyNode *node ) :
|
|||
_transmitter_pos(SGGeod::fromDeg(0, 0)),
|
||||
_transmitter_range_nm(0),
|
||||
_transmitter_bias(0.0),
|
||||
_mobile_lat(0.0),
|
||||
_mobile_lon(0.0),
|
||||
_listener_active(0)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue