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 ();
|
mainMenuBar-> close ();
|
||||||
// Set up menu bar toggle
|
// Set up menu bar toggle
|
||||||
gui_menu_on = ~0;
|
gui_menu_on = ~0;
|
||||||
|
|
||||||
|
if (fgGetString("/sim/flight-model") == "ada") {
|
||||||
|
guiToggleMenu(); // Menu off by default
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue