summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ray.h')
-rw-r--r--crawl-ref/source/ray.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/ray.h b/crawl-ref/source/ray.h
index ad77e730d4..adca5003dd 100644
--- a/crawl-ref/source/ray.h
+++ b/crawl-ref/source/ray.h
@@ -9,8 +9,7 @@
#include "fixary.h"
#include "geom2d.h"
-typedef FixedArray<bool,3,3> reflect_grid;
-const coord_def rg_o = coord_def(1,1);
+typedef SquareArray<bool,1> reflect_grid;
struct ray_def
{