summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/los.h')
-rw-r--r--crawl-ref/source/los.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/los.h b/crawl-ref/source/los.h
index d448037c7e..045534ac4e 100644
--- a/crawl-ref/source/los.h
+++ b/crawl-ref/source/los.h
@@ -19,8 +19,7 @@ int get_los_radius_squared(); // XXX
struct ray_def;
bool find_ray(const coord_def& source, const coord_def& target,
- ray_def& ray, int cycle_dir = 0, bool find_shortest = false,
- bool ignore_solid = false);
+ ray_def& ray, bool cycle = false, bool ignore_solid = false);
void fallback_ray(const coord_def& source, const coord_def& target,
ray_def& ray);