|
|
|
@ -65,7 +65,9 @@ network_options ()
|
|
|
|
|
menu_create_list ("Players", 270, 55, 55, 70, nrplayerlist, &selnrplayer, 1);
|
|
|
|
|
menu_create_entry ("Gamename", -1, 150, 300, &bman.gamename, LEN_GAMENAME, MENU_entrytext, 2);
|
|
|
|
|
menu_create_entry ("UDP Port:", -1, 180, 200, &bman.port, LEN_PORT, MENU_entrytext,3);
|
|
|
|
|
#ifndef _WIN32
|
|
|
|
|
menu_create_bool ("IPV6", 50, 215, 100, &net_ai_typ, 4);
|
|
|
|
|
#endif
|
|
|
|
|
menu_create_bool ("Firewall", 270, 215, 100, &bman.firewall, 5);
|
|
|
|
|
menu_create_bool ("Use OpenGameCache", -1, 250, 350, &bman.notifygamemaster, 6);
|
|
|
|
|
menu_create_entry ("OpenGameCache:", -1, 280, 350, &bman.ogcserver, LEN_SERVERNAME, MENU_entrytext, 7);
|
|
|
|
|