visited level in the branch.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1516 c06c8d41-db1a-0410-9941-cceddc491573
777QS3HZPW7YHEZPCMEOFVMAPW47RHZNUMBKERJEGOTOG4B54CEAC
M47QBURKKRV2JFK6U7GQNVWK7RUTBVPBJ5FHURC55SKQSXAUFSBAC
6HG6JFO47Y3BZLU7Y6G3R2CX6JFGN4X5PKK6S5IGUXUYQ5GVZYFQC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
LAMIVDKY7LO5ONX5Z273ZCCEA5UBENOJD5VWNE4AK2EXGFED6BFQC
return (curr);}static level_id find_deepest_explored(level_id curr){ for (int i = branches[curr.branch].depth; i > 0; --i) { const level_id lid(curr.branch, i); if (travel_cache.find_level_info(lid)) return (lid); }
return (curr);
}
static level_id find_deepest_explored(level_id curr)
{
for (int i = branches[curr.branch].depth; i > 0; --i)
const level_id lid(curr.branch, i);
if (travel_cache.find_level_info(lid))
return (lid);
return (-1); case '$':
return (-1);
case '$':
break; case '$': lid = find_deepest_explored(lid);
break;
lid = find_deepest_explored(lid);
" <w>-</w>/<w>p</w> : Change default to the branch above this one.\n";
" <w>-</w>/<w>p</w> : Change default to the branch above this one.\n" " <w>$</w> : Change default to deepest visited level in this branch." "\n";
" <w>-</w>/<w>p</w> : Change default to the branch above this one.\n"
" <w>$</w> : Change default to deepest visited level in this branch."
"\n";