Home
last modified time | relevance | path

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

/dragonfly/games/monop/
H A Dmonop.c310 int max_pl = 0; in init_players() local
319 max_pl = i; in init_players()
329 player = max_pl; in init_players()
330 cur_p = &play[max_pl]; in init_players()
331 printf("%s (%d) goes first\n", cur_p->name, max_pl + 1); in init_players()