summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/los_def.h')
-rw-r--r--crawl-ref/source/los_def.h2
1 files changed, 1 insertions, 1 deletions
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;