summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 2a9c8d5aca..f4a55736ef 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -65,7 +65,7 @@
#define NON_ITEM 501
// max size of cloud array {dlb}:
-#define MAX_CLOUDS 100
+#define MAX_CLOUDS 180
// empty cloud -- (CLOUDS + 1) {dlb}:
#define EMPTY_CLOUD 101