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