summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-08 09:15:26 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-08 09:15:47 +0100
commitaf639057a600e90cd5bde60e6ced076d47fc1310 (patch)
tree82a154dc457fbd28d7d82a076f9b4f201202c312 /crawl-ref/source/ray.h
parent037aedaee6f7422881b77ee2939e7ede27555377 (diff)
downloadcrawl-ref-af639057a600e90cd5bde60e6ced076d47fc1310.tar.gz
crawl-ref-af639057a600e90cd5bde60e6ced076d47fc1310.zip
Convert reflect_grid to SquareArray.
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
{