git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3993 c06c8d41-db1a-0410-9941-cceddc491573
Y2AKNQQDDJ2JMJAVFM74PWCHFOL6SSD6O5KUDJBFTV2UBZYLO4JQC
// Is (posx, posy) inside a circle with the given radius, centered on
// the player's position? If so, return the distance to it. Otherwise,
// return -1.
// Is (posx, posy) inside a circle within LOS, with the given radius,
// centered on the player's position? If so, return the distance to it.
// Otherwise, return -1.