Home | History | Annotate | Download | only in larn

Lines Matching refs:playerx

233 	while ((item[playerx][playery] || mitem[playerx][playery]) && (try))
234 if (++playerx >= MAXX - 1) {
235 playerx = 1;
501 if (item[playerx][playery]) {
506 if (playery == MAXY - 1 && playerx == 33)
508 item[playerx][playery] = theitem;
509 iarg[playerx][playery] = ivenarg[k];
513 know[playerx][playery] = 0;
607 for (tmp = playerx - 1; tmp < playerx + 2; tmp++)