git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2867 c06c8d41-db1a-0410-9941-cceddc491573
CXMQZDNQ32IQ6S6V5HVIGIFUDYZLIECP4H63YMWVLDCXNII7NHOQC
AUXVWXWIFSTWFA6VZXN2FMG7FQEKRZVV6MD32VQQ7J2RKCXHAVGAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if ((!see_grid(tx, ty) && restrict_LOS)
if (!in_bounds(tx, ty) || (!see_grid(tx, ty) && restrict_LOS)
if (!in_bounds(tx, ty)
|| (!see_grid(tx, ty) && restrict_LOS)