git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@539 c06c8d41-db1a-0410-9941-cceddc491573
FT5TINI5SOYBAVF6UJAAESSTXKTUIPLOSPZOOZY2DOBK5RNM6TKQC
// Ask the player if they want to stop explore to examine
// the loot, but only if we picked up at least one item
// that the character did not throw.
int estop = (you.running == RMODE_EXPLORE_GREEDY
&& delay.parm1)? ES_GREEDY_PICKUP : ES_PICKUP;
const int estop =
you.running == RMODE_EXPLORE_GREEDY?
ES_GREEDY_PICKUP : ES_PICKUP;