From 1fa85b4ecc24308a1c4b565522062a7cfeda3809 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 2 Jan 2009 11:35:21 +0000 Subject: * Move wall tiles into the dc-dngn/wall folder. * Flip downstairs tiles to match the upstairs (FR 2479239). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8114 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-data.h') diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h index 62292a7020..4709251890 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -252,7 +252,7 @@ SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF | SPFLAG_BATTLE, 1, 25, - LOS_RADIUS, LOS_RADIUS, + LOS_RADIUS, LOS_RADIUS, 0, NULL, true, @@ -265,7 +265,7 @@ SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF | SPFLAG_BATTLE, 3, 100, - LOS_RADIUS, LOS_RADIUS, + LOS_RADIUS, LOS_RADIUS, 0, NULL, true, -- cgit v1.2.3-54-g00ecf