1
0
Fork 0

Merge /u/prriley/fgdata/ branch next into next

https://sourceforge.net/p/flightgear/fgdata/merge-requests/81/
This commit is contained in:
James Turner 2017-01-04 14:20:43 +00:00
commit 54abfe4874

View file

@ -73,7 +73,7 @@ var loop = func(id) {
apt = a; apt = a;
var is_heliport = 1; var is_heliport = 1;
foreach (var rwy; keys(apt.runways)) foreach (var rwy; keys(apt.runways))
if (rwy[0] != `H`) if (rwy and rwy[0] != `H`)
is_heliport = 0; is_heliport = 0;
if (!is_heliport) { if (!is_heliport) {