"detected nothing".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4328 c06c8d41-db1a-0410-9941-cceddc491573
O5DY2ABCK6UTDJUUQULQERVXLV35IP74NTLYXNMKXCH6UFGYLKWQC
if (mark_detected_creature(i, j, mon, fuzz_chance,
fuzz_radius))
{
creatures_found++;
}
creatures_found++;
// This only returns whether a valid "fuzzy" place has been
// found for the monster. In any case, the monster gets
// printed on the screen.
mark_detected_creature(i, j, mon, fuzz_chance, fuzz_radius);