From 68d87e76cd00daee758f5e45e235629f03de0b9e Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sun, 8 Nov 2009 17:23:31 +0100 Subject: env_show_grid is now only used inside the LOS code. It's also called los_grid, and is a SquareArray of boolean since it doesn't need to store "objects" any more. --- crawl-ref/source/los_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/los_def.h') diff --git a/crawl-ref/source/los_def.h b/crawl-ref/source/los_def.h index 42ac3b58ee..9b9b4a421c 100644 --- a/crawl-ref/source/los_def.h +++ b/crawl-ref/source/los_def.h @@ -7,7 +7,7 @@ class los_def { - env_show_grid show; + los_grid show; coord_def center; opacity_func const * opc; circle_def bds; -- cgit v1.2.3-54-g00ecf