Home | History | Annotate | Download | only in hack

Lines Matching defs:lev

83 	struct rm *lev;
100 lev = &levl[x][y];
101 if (!lev->lit && lev->scrsym == '.') {
102 lev->scrsym = ' ';
103 lev->new = 1;
123 struct rm *lev;
139 lev = &levl[x][y];
140 if (!lev->lit && lev->scrsym == '.')
141 lev->seen = 0;