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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index f143a0ec51..d71743bc2e 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -47,6 +47,9 @@
// minimum value for strength required on armour and weapons
#define STR_REQ_THRESHOLD 10
+// Max ghosts on a level.
+#define MAX_GHOSTS 10
+
// max size of monter array {dlb}:
#define MAX_MONSTERS 200
// number of monster enchantments