Home | History | Annotate | Download | only in larn

Lines Matching refs:playerx

52 	playerx = rnd(MAXX - 2);
368 tp1 = playerx;
372 for (playerx = tx + 1; playerx <= tx + xsize - 2; playerx += 2)
378 for (playerx = tx + 1; playerx <= tx + xsize - 2; playerx += 2)
384 playerx = tp1;
558 if ((item[x][y] == 0) && (mitem[x][y] == 0) && ((playerx != x) || (playery != y))) {