Merge /u/prriley/fgdata/ branch next into next
https://sourceforge.net/p/flightgear/fgdata/merge-requests/81/
This commit is contained in:
commit
54abfe4874
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ var loop = func(id) {
|
|||
apt = a;
|
||||
var is_heliport = 1;
|
||||
foreach (var rwy; keys(apt.runways))
|
||||
if (rwy[0] != `H`)
|
||||
if (rwy and rwy[0] != `H`)
|
||||
is_heliport = 0;
|
||||
|
||||
if (!is_heliport) {
|
||||
|
|
Loading…
Add table
Reference in a new issue