git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4327 c06c8d41-db1a-0410-9941-cceddc491573
HLZFAVMCYSKVOVC7JKWN2QLFF3FYVKTLX3IBZ7DBAJX6U6SAAPPQC
UZ6N6HOUPGVSPC5NQROEEDWMEGJA5XUWUY2AKH5QG65AZ25PVXDAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// To prevent the destruction of, say, branch entries. bool preserve_feat = true;
// To prevent the destruction of, say, branch entries.
bool preserve_feat = true;
// altars may be safely overwritten, ha! preserve_feat = false;
// altars may be safely overwritten, ha!
preserve_feat = false;
// What's this supposed to achieve? (jpeg) // I mean, won't exits from the Abyss only turn up in the Abyss itself?
// What's this supposed to achieve? (jpeg)
// I mean, won't exits from the Abyss only turn up in the Abyss itself?
dungeon_terrain_changed(c, feat, true, true, true);
dungeon_terrain_changed(c, feat, preserve_feat, true, true);
{
}