summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exclude.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-09-09 09:22:12 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-09-09 09:22:12 +0200
commit9211dd31d286da7338d75d6e333f94abb3766cbb (patch)
tree065b70f2dbc458e50b15a3666cbd391498192082 /crawl-ref/source/exclude.h
parent73021641df50763199be34d841e917efa2393ec9 (diff)
downloadcrawl-ref-9211dd31d286da7338d75d6e333f94abb3766cbb.tar.gz
crawl-ref-9211dd31d286da7338d75d6e333f94abb3766cbb.zip
Fix exclusion LOS not being updated properly. (#2513)
Diffstat (limited to 'crawl-ref/source/exclude.h')
-rw-r--r--crawl-ref/source/exclude.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/exclude.h b/crawl-ref/source/exclude.h
index 3f7041548d..c5e0bddad4 100644
--- a/crawl-ref/source/exclude.h
+++ b/crawl-ref/source/exclude.h
@@ -65,7 +65,7 @@ public:
std::string desc = "",
bool vaultexcl = false);
- void update_excluded_points();
+ void update_excluded_points(bool recompute_los = false);
void recompute_excluded_points(bool recompute_los = false);
travel_exclude* get_exclude_root(const coord_def &p);