summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-05 05:46:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-05 07:03:12 +0100
commita64525a6adf4aed6bc899ed25b889a5881201a65 (patch)
treeca53bb078a96e8114459e859e5daa7a41ee0d08c /crawl-ref/source/los.h
parent748cab26b797272214374b0ae6bf673de93d2213 (diff)
downloadcrawl-ref-a64525a6adf4aed6bc899ed25b889a5881201a65.tar.gz
crawl-ref-a64525a6adf4aed6bc899ed25b889a5881201a65.zip
Get rid of a strange accessor.
Diffstat (limited to 'crawl-ref/source/los.h')
-rw-r--r--crawl-ref/source/los.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/los.h b/crawl-ref/source/los.h
index 020e859607..8cdb919e39 100644
--- a/crawl-ref/source/los.h
+++ b/crawl-ref/source/los.h
@@ -17,7 +17,7 @@ struct ray_def;
bool double_is_zero(const double x);
void set_los_radius(int r);
-int get_los_radius_sq(); // XXX
+extern int los_radius2;
// Default bounds that tracks global LOS radius.
#define BDS_DEFAULT (circle_def())