From 2f62da4f8d850459676d780980dbabb7f25a1488 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 17 Oct 2009 14:50:31 +0200 Subject: Remove chain-lightning specific LOS test from beam.cc. There's now a spell-specific _lightning_los which may require some fine-tuning -- I'm not quite sure of the intention of the original check. --- crawl-ref/source/beam.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/beam.h') diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h index 56908cc023..41f410c8ac 100644 --- a/crawl-ref/source/beam.h +++ b/crawl-ref/source/beam.h @@ -291,7 +291,6 @@ bool napalm_monster(monsters *monster, kill_category who, int levels = 1, bool verbose = true); void fire_tracer( const monsters *monster, struct bolt &pbolt, bool explode_only = false ); -bool check_line_of_sight( const coord_def& source, const coord_def& target ); void mimic_alert( monsters *mimic ); bool zapping(zap_type ztype, int power, bolt &pbolt, bool needs_tracer = false, const char* msg = NULL); -- cgit v1.2.3-54-g00ecf