Set up bullseye early, create waypoints.

Setting this up as part of the game makes it possible for us to show in
the UI.

https://github.com/dcs-liberation/dcs_liberation/issues/136
This commit is contained in:
Dan Albert
2021-05-20 18:18:13 -07:00
parent 3c8c76f50d
commit a382e74a89
12 changed files with 104 additions and 22 deletions

View File

@@ -570,7 +570,7 @@ class Waypoint {
}
includeInPath() {
return !this.waypoint.isDivert;
return !this.waypoint.isDivert && !this.waypoint.isBullseye;
}
}