summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/losparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/losparam.h')
-rw-r--r--crawl-ref/source/losparam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/losparam.h b/crawl-ref/source/losparam.h
index 4d5bc141e1..82dee24519 100644
--- a/crawl-ref/source/losparam.h
+++ b/crawl-ref/source/losparam.h
@@ -60,6 +60,7 @@ struct bounds_radius_sq : bounds_func
: radius_sq(r_sq) {}
bool operator()(const coord_def& p) const;
};
+static bounds_radius_sq bds_maxlos(LOS_RADIUS);
// LOS bounded by current global LOS radius.
struct bounds_los_radius : bounds_func