Home | History | Annotate | Download | only in larn

Lines Matching defs:ysize

319 	int             tx, ty, xsize, ysize;
324 ysize = rnd(3) + 3;
327 troom(lv, xsize, ysize, tx = tx + rnd(MAXX - 24), ty, rnd(3) + 6);
329 troom(lv, xsize, ysize, tx, ty, rnd(9));
339 troom(int lv, int xsize, int ysize, int tx, int ty, int glyph)
343 for (j = ty - 1; j <= ty + ysize; j++)
347 for (j = ty; j < ty + ysize; j++)
352 for (j = ty + 1; j < ty + ysize - 1; j++)
359 item[i = tx + rund(xsize)][j = ty + (ysize - 1) * rund(2)] = OCLOSEDDOOR;
363 item[i = tx + (xsize - 1) * rund(2)][j = ty + rund(ysize)] = OCLOSEDDOOR;
370 playery = ty + (ysize >> 1);