Initialize variables
This commit is contained in:
parent
356cdd17d4
commit
8f0d5130f5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ extern int nudge;
|
|||
Taxiway::Taxiway(char* definition)
|
||||
{
|
||||
// variables for sdjusting 810 rwy format to 850 rwy format
|
||||
double pt_x, pt_y;
|
||||
double pt_x = 0, pt_y = 0;
|
||||
double az2;
|
||||
|
||||
// variables to store unused parameters
|
||||
|
|
Loading…
Reference in a new issue