HAHX6NKIVDCUYFBNF2SPRFGIPTWMJVCQNASKJE5GMFQ63KTDNJAAC
bool check_line_of_sight( const coord_def& source, const coord_def& target )
/**
* Checks whether target is in sight of source.
*
* Only used from cast_chain_lightning currently.
* XXX: Move to los.cc; integrate with other LOS code.
*/
bool check_line_of_sight(const coord_def& source, const coord_def& target)