summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-13 16:09:50 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-13 16:09:50 +0000
commit6e45e466e647473b51e0053ad1e595be3bc9f7c8 (patch)
tree4456ea3f603374a47d5c9f91f662dade3c72b653 /crawl-ref/source/enum.h
parent3719e3c8c35ad7bd924373512c25ce7828d62a03 (diff)
downloadcrawl-ref-6e45e466e647473b51e0053ad1e595be3bc9f7c8.tar.gz
crawl-ref-6e45e466e647473b51e0053ad1e595be3bc9f7c8.zip
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
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
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}
};