From 86adff1f485882e2495f711b4b19fbdb41db0ca7 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 17 Oct 2009 17:19:57 +0200 Subject: Revert accidental change to default LOS radius. --- crawl-ref/source/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/defines.h') diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h index ef22c9d029..0a1b8b1e0a 100644 --- a/crawl-ref/source/defines.h +++ b/crawl-ref/source/defines.h @@ -107,7 +107,7 @@ const int LABYRINTH_BORDER = 4; #define Y_ABYSS_CENTER (Y_ABYSS_1 + Y_ABYSS_WIDTH / 2) // default LOS radius -#define LOS_RADIUS 10 +#define LOS_RADIUS 8 // default LOS radius squared, for comparison with distance() #define LOS_RADIUS_SQ (LOS_RADIUS * LOS_RADIUS + 1) // maximal LOS radius -- cgit v1.2.3-54-g00ecf