From af639057a600e90cd5bde60e6ced076d47fc1310 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sun, 8 Nov 2009 09:15:26 +0100 Subject: Convert reflect_grid to SquareArray. --- crawl-ref/source/ray.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/ray.h') 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 reflect_grid; -const coord_def rg_o = coord_def(1,1); +typedef SquareArray reflect_grid; struct ray_def { -- cgit v1.2.3-54-g00ecf