dosdoor
static void dosdoor(int, int, struct mkroom *, int);
dosdoor(x, y, aroom, rn2(8) ? DOOR : SDOOR);
dosdoor(xx, yy, aroom, SDOOR);
dosdoor(xx, yy, aroom, rn2(5) ? SDOOR : DOOR);