prompt under certain circumstances (Erik).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1837 c06c8d41-db1a-0410-9941-cceddc491573
25BU4E7ND5KWNWCNIEOQPI5ITHMRNVQUQNJURBFSEP5FVASYDVQQC
XHNJ2W4AQHIF32P2ENIMMDLWAIFWP442KJIZC6RKS4HBJNZIHHBAC
SSCG2FLJMUTTIRXBFSPLAUUBUIN375ZGL5UOAF3SC62ZIILSMMKAC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
777QS3HZPW7YHEZPCMEOFVMAPW47RHZNUMBKERJEGOTOG4B54CEAC
45FTVJJ5FMXBXQ2GVUZVJZU6Y6NUYG2JZIHWVMONA7QYYCZQSM2QC
bool empty() const;
if (travel_cache.find_level_info(lid))
const LevelInfo *linf = travel_cache.find_level_info(lid); if (linf && !linf->empty())
const LevelInfo *linf = travel_cache.find_level_info(lid);
if (linf && !linf->empty())
if (target.p.id.depth < 1 || target.p.id.depth >= MAX_LEVELS)
if (target.p.id.depth < 1 || target.p.id.depth > branches[target.p.id.branch].depth) {
if (target.p.id.depth < 1 ||
target.p.id.depth > branches[target.p.id.branch].depth)
{
}
}bool LevelInfo::empty() const{ return (stairs.empty() && excludes.empty());
bool LevelInfo::empty() const
return (stairs.empty() && excludes.empty());
if (!clua.callfn(s, "u>s", item, &ann))
if (!clua.callfn(s, "u>s", item, &ann) && !clua.error.empty())