MAX_PL
for (i = 0; i < MAX_PL+2; i++) {
if (getnum("numplayers", txt, 2, MAX_PL, &num_play) < 0) {
num_play > MAX_PL)
MAX_PL);
const char *name_list[MAX_PL+2]; /* list of players' names */
static bool in[MAX_PL];