return true;
}
-static bool
-do_hud_brightkey(const SGPropertyNode *)
-{
- HUD_brightkey( true );
- return true;
-}
-
-static bool
-do_hud_masterswitch(const SGPropertyNode *)
-{
- HUD_masterswitch( true );
- return true;
-}
-
static bool
do_hud_init(const SGPropertyNode *)
{
{ "replay", do_replay },
{ "decrease-visibility", do_decrease_visibility },
{ "increase-visibility", do_increase_visibility },
- { "hud-brightkey", do_hud_brightkey },
- { "hud-masterswitch", do_hud_masterswitch },
{ "hud-init", do_hud_init },
{ "hud-init2", do_hud_init2 },
{ "loadxml", do_load_xml_to_proptree},