summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/los.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/los.cc b/crawl-ref/source/los.cc
index fd042901e2..64f04818dc 100644
--- a/crawl-ref/source/los.cc
+++ b/crawl-ref/source/los.cc
@@ -232,6 +232,7 @@ static void _register_ray(double accx, double accy, double slope)
ray.length = coords.size();
for (unsigned int i = 0; i < coords.size(); i++)
ray_coords.push_back(coords[i]);
+ fullrays.push_back(ray);
}
static void _create_blockrays()