Home | History | Annotate | Download | only in hack

Lines Matching defs:crm

127 	struct rm      *crm;
136 crm = &levl[fcx][fcy];
137 crm->typ = egd->fakecorr[fcbeg].ftyp;
138 if (!crm->typ)
139 crm->seen = 0;
271 struct rm *crm;
291 if (!IS_WALL(typ = (crm = &levl[nx][ny])->typ) && typ != POOL) {
307 crm->typ = (typ == SCORR) ? CORR : DOOR;
323 while ((typ = (crm = &levl[nx][ny])->typ) != 0) {
331 crm->typ = DOOR;
346 crm->typ = DOOR;
349 crm->typ = CORR;