summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-17 14:50:31 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-17 16:45:17 +0200
commit2f62da4f8d850459676d780980dbabb7f25a1488 (patch)
tree10e56266cb996fff15f0afe504e4d49df814faa6 /crawl-ref/source/beam.h
parente6d4aa80db70499cf1f0dd1b1d6a61c539ba8399 (diff)
downloadcrawl-ref-2f62da4f8d850459676d780980dbabb7f25a1488.tar.gz
crawl-ref-2f62da4f8d850459676d780980dbabb7f25a1488.zip
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.
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h1
1 files changed, 0 insertions, 1 deletions
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);