Home
last modified time | relevance | path

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

/openbsd/games/monop/
H A Dmonop.c132 int max_pl = 0; in init_players() local
141 max_pl = i; in init_players()
151 player = max_pl; in init_players()
152 cur_p = &play[max_pl]; in init_players()
153 printf("%s (%d) goes first\n", cur_p->name, max_pl + 1); in init_players()