git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7455 c06c8d41-db1a-0410-9941-cceddc491573
OISWWL4SCVMQHNLJ7UCUBE44JZP7XX6QJXALYM4BZUZN5I5W7UNQC
3ILS36IC6DE3SVWWULGHS5K6TOPLGZUC2DBPOL3RP4FXOEREUM6QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
PPJJR6OANJZAGL5PJ4GW4RIK32K3TY663SDEHMMUTC5ALMZ7VQUAC
7J3H7JY6AUO2UHNF6DAHDZI4O33JMTUUTYTPRM3CKNPUOF2RQOGAC
// Don't create any new up stairs on dungeon level 1. const bool no_up_stairs = level_id::current() == level_id(BRANCH_MAIN_DUNGEON, 1);
// Don't create any new up stairs on dungeon level 1.
const bool no_up_stairs =
level_id::current() == level_id(BRANCH_MAIN_DUNGEON, 1);
for (int i = 0; i < (no_up_stairs ? 1 : 2); i++)
for (int i = 0; i < 2; i++)