From 6e45e466e647473b51e0053ad1e595be3bc9f7c8 Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 13 Apr 2007 16:09:50 +0000 Subject: Steam and smoke now blocks LOS (1697143). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1296 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 65112200c4..47863dcb21 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -533,7 +533,7 @@ enum cloud_type CLOUD_MIASMA, CLOUD_BLACK_SMOKE, CLOUD_MIST, - CLOUD_RANDOM = 98, + CLOUD_RANDOM = 98, CLOUD_DEBUGGING = 99 // 99: used once as 'nonexistent cloud' {dlb} }; -- cgit v1.2.3-54-g00ecf