summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exclude.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/exclude.cc')
-rw-r--r--crawl-ref/source/exclude.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/exclude.cc b/crawl-ref/source/exclude.cc
index e68464cef5..211d3857b7 100644
--- a/crawl-ref/source/exclude.cc
+++ b/crawl-ref/source/exclude.cc
@@ -112,9 +112,9 @@ static opacity_excl opc_excl;
travel_exclude::travel_exclude(const coord_def &p, int r,
bool autoexcl, monster_type mons, bool vaultexcl)
-: pos(p), radius(r),
-los(los_def(p, opc_excl, bounds_radius(r))),
-uptodate(false), autoex(autoex), mon(mons), vault(vaultexcl)
+ : pos(p), radius(r),
+ los(los_def(p, opc_excl, bounds_radius(r))),
+ uptodate(false), autoex(autoexcl), mon(mons), vault(vaultexcl)
{
set_los();
}