git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2876 c06c8d41-db1a-0410-9941-cceddc491573
PPJJR6OANJZAGL5PJ4GW4RIK32K3TY663SDEHMMUTC5ALMZ7VQUAC
7J3H7JY6AUO2UHNF6DAHDZI4O33JMTUUTYTPRM3CKNPUOF2RQOGAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// Don't create any new up stairs on dungeon level 1. bool no_up_stairs = player_branch_depth() == 1 && you.level_type == LEVEL_DUNGEON;
// Don't create any new up stairs on dungeon level 1.
bool no_up_stairs = player_branch_depth() == 1 &&
you.level_type == LEVEL_DUNGEON;
for (int i = 0; i < 2; i++)
for (int i = 0; i < (no_up_stairs ? 1 : 2); i++)