ASTAR Taxi

This commit is contained in:
Frank
2023-09-10 22:38:00 +02:00
parent d5f215505e
commit 1e929d1d19
2 changed files with 68 additions and 9 deletions

View File

@@ -3898,6 +3898,7 @@ function FLIGHTGROUP:_InitGroup(Template)
if not self.isAI then
self.menu=self.menu or {}
self.menu.atc=self.menu.atc or {} --#table
self.menu.nav=self.menu.nav or {} --#table
self.menu.atc.root=self.menu.atc.root or MENU_GROUP:New(self.group, "ATC") --Core.Menu#MENU_GROUP
self.menu.atc.help=self.menu.atc.help or MENU_GROUP:New(self.group, "Help", self.menu.atc.root) --Core.Menu#MENU_GROUP
self.menu.nav.root=self.menu.nav.root or MENU_GROUP:New(self.group, "Navigation") --Core.Menu#MENU_GROUP