git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7180 c06c8d41-db1a-0410-9941-cceddc491573
T6XAZ5X4H4564QKNW3ULO755XABBOZ5UVCVQQMFNW6UKTDZM4S5AC
NVSFIV2ZKP44XHCSCXG6OZVGL67OIFINC34J2EMKTA4KULCERUEAC
5XSXMOBGXFLTIQE6WDXWWFVDOTUPZSIQ2FWT3YI5QMVU6D76IUYQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
VQZEJTCSRZ5RVLCCKUCIS3IVZPFYRC26I74X4WIJAPEY7NYID2UQC
const int newdegree = added? added->degree : degree; const int deg = newdegree? newdegree : 1;
const int newdegree = added? added->degree : degree;
const int deg = newdegree? newdegree : 1;
const int newdegree = added ? added->degree : degree; const int deg = newdegree ? newdegree : 1;
const int newdegree = added ? added->degree : degree;
const int deg = newdegree ? newdegree : 1;
if (cturn < 2) cturn = 2;
if (cturn < 2)
cturn = 2;
cturn = std::max(2, cturn);
raw_duration = fuzz_value(raw_duration, 60, 40); if (raw_duration < 15) raw_duration = 15;
raw_duration = fuzz_value(raw_duration, 60, 40);
if (raw_duration < 15)
raw_duration = 15;
raw_duration = std::max(15, fuzz_value(raw_duration, 60, 40));