Home
last modified time | relevance | path

Searched refs:opt_show_on_map (Results 1 – 2 of 2) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Dnetwork.c2879 int opt_cinvul, opt_team_anarchy, opt_coop, opt_show_on_map, opt_closed,opt_maxnet; variable
5631 int opt_setpower,opt_playtime,opt_killgoal,opt_socket,opt_marker_view,opt_light,opt_show_on_map; variable
5675 opt_show_on_map=opt; in network_more_game_options()
5676 …SHOW_ON_MAP; m[opt].value=(Netgame.game_flags & NETGAME_FLAG_SHOW_MAP); opt_show_on_map=opt; opt++; in network_more_game_options()
5743 if (m[opt_show_on_map].value) in network_more_game_options()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dnet_udp.cpp3544 DXX_MENUITEM(VERB, CHECK, TXT_SHOW_ON_MAP, opt_show_on_map, Netgame.game_flag.show_on_map) \