Turn hud off by default for ADA fdm.
This commit is contained in:
parent
bb785797b9
commit
b991f8fd96
1 changed files with 4 additions and 0 deletions
|
@ -1044,5 +1044,9 @@ void guiInit()
|
|||
mainMenuBar-> close ();
|
||||
// Set up menu bar toggle
|
||||
gui_menu_on = ~0;
|
||||
|
||||
if (fgGetString("/sim/flight-model") == "ada") {
|
||||
guiToggleMenu(); // Menu off by default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue