git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1668 c06c8d41-db1a-0410-9941-cceddc491573
O4XZM4P4VW53I4TZMQWCQ7K4SOEL2YHKDWXWXCDPLZ6LJNKZDD4AC
if (exclusive)
{
int bx = romx1[which_room], by = romy1[which_room];
if (count_antifeature_in_box(bx-1,by-1,bx+2,by+2,DNGN_ROCK_WALL))
continue;
}
if (exclusive && count_antifeature_in_box(romx1[which_room] - 1,
romy1[which_room] - 1,
romx2[which_room] + 1,
romy2[which_room] + 1,
DNGN_ROCK_WALL))
continue;