Home | History | Annotate | Download | only in hack

Lines Matching defs:lev

418 			struct rm      *lev;
428 lev = &(levl[zx][zy]);
429 if ((num = lev->typ) == 0)
432 lev->typ = CORR;
433 lev->scrsym = CORR_SYM;
435 lev->typ = DOOR;
436 lev->scrsym = '+';
438 } else if (lev->seen)
444 lev->seen = lev->new = 1;
445 if (lev->scrsym == ' ' || !lev->scrsym)