Home | History | Annotate | Download | only in rogue

Lines Matching refs:doors

356 	rooms[room1].doors[dir/2].oth_room = room2;
357 rooms[room1].doors[dir/2].oth_row = row2;
358 rooms[room1].doors[dir/2].oth_col = col2;
360 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_room = room1;
361 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_row = row1;
362 rooms[room2].doors[(((dir+4)%DIRS)/2)].oth_col = col1;
374 rooms[i].doors[j].oth_room = NO_ROOM;
424 rm->doors[dir/2].door_row = *row;
425 rm->doors[dir/2].door_col = *col;
567 if (rooms[target_room].doors[door_dir/2].oth_room != NO_ROOM) {