git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1112 c06c8d41-db1a-0410-9941-cceddc491573
BPSH3LUDUTXMK2QZKSMFDTBNDD6HPILMCBLZNMCRLZZQKPS5QOQQC #ifdef DGL_MILESTONESif (!force_stair){// Not entirely accurate - the player could die before// reaching the Abyss.if (grd[you.x_pos][you.y_pos] == DNGN_ENTER_ABYSS)mark_milestone("abyss.enter", "entered the Abyss!");else if (grd[you.x_pos][you.y_pos] == DNGN_EXIT_ABYSS)mark_milestone("abyss.exit", "escaped from the Abyss!");}#endif
#ifdef DGL_MILESTONES// Not entirely accurate - the player could die before reaching the Abyss.if (grd[you.x_pos][you.y_pos] == DNGN_ENTER_ABYSS)mark_milestone("abyss.enter", "entered the Abyss!");else if (grd[you.x_pos][you.y_pos] == DNGN_EXIT_ABYSS)mark_milestone("abyss.exit", "escaped from the Abyss!");#endif