Home | History | Annotate | Download | only in hack

Lines Matching refs:typ

83 	for (lx = u.ux; (num = levl[lx - 1][u.uy].typ) && num != CORR; lx--);
84 for (hx = u.ux; (num = levl[hx + 1][u.uy].typ) && num != CORR; hx++);
85 for (ly = u.uy; (num = levl[u.ux][ly - 1].typ) && num != CORR; ly--);
86 for (hy = u.uy; (num = levl[u.ux][hy + 1].typ) && num != CORR; hy++);
90 if (levl[zx][zy].typ == SDOOR) {
91 levl[zx][zy].typ = DOOR;
94 } else if (levl[zx][zy].typ == SCORR) {
95 levl[zx][zy].typ = CORR;
131 if (levl[x][y].typ == SDOOR) {
134 levl[x][y].typ = DOOR;
138 } else if (levl[x][y].typ == SCORR) {
141 levl[x][y].typ = CORR;