LGAME
glimit = (getuchar() == 'L' ? LGAME : SGAME);
glimit = (getuchar() == 'S' ? SGAME : LGAME);
int glimit = LGAME; /* game playe to glimit */