Home
last modified time | relevance | path

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

/dports/games/freeciv/freeciv-2.6.6/server/
H A Dgamehand.c69 int total_startpos_num; member
301 team_placement_pq_new(pconfig->total_startpos_num * 4); in do_team_placement()
354 for (k = 0; k < pconfig->total_startpos_num; k++) { in do_team_placement()
362 for (k = 0; k < pconfig->total_startpos_num; k++) { in do_team_placement()
375 for (k = 0; k < pconfig->total_startpos_num; k++) { in do_team_placement()
603 config.total_startpos_num = (config.usable_startpos_num in init_new_game()
618 while (i < config.total_startpos_num) { in init_new_game()
621 fc_assert(i == config.total_startpos_num); in init_new_game()
625 * config.total_startpos_num); in init_new_game()
652 while (j < config.total_startpos_num) { in init_new_game()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dgamehand.c69 int total_startpos_num; member
301 team_placement_pq_new(pconfig->total_startpos_num * 4); in do_team_placement()
354 for (k = 0; k < pconfig->total_startpos_num; k++) { in do_team_placement()
362 for (k = 0; k < pconfig->total_startpos_num; k++) { in do_team_placement()
375 for (k = 0; k < pconfig->total_startpos_num; k++) { in do_team_placement()
603 config.total_startpos_num = (config.usable_startpos_num in init_new_game()
618 while (i < config.total_startpos_num) { in init_new_game()
621 fc_assert(i == config.total_startpos_num); in init_new_game()
625 * config.total_startpos_num); in init_new_game()
652 while (j < config.total_startpos_num) { in init_new_game()
[all …]